--- loncom/interface/londocs.pm 2012/12/13 02:45:27 1.484.2.15
+++ loncom/interface/londocs.pm 2012/11/01 01:01:13 1.502
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.484.2.15 2012/12/13 02:45:27 raeburn Exp $
+# $Id: londocs.pm,v 1.502 2012/11/01 01:01:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -537,7 +537,7 @@ sub docs_change_log {
':'.$docslog{$id}{'exe_udom'}.''.
$send_msg_link.'
'.
$docslog{$id}{'logentry'}{'folder'}.' | ');
- my $is_supp = 0;
+ my $is_supp = 0;
if ($docslog{$id}{'logentry'}{'currentfolder'} =~ /^supplemental/) {
$is_supp = 1;
}
@@ -560,7 +560,7 @@ sub docs_change_log {
if ($is_supp) {
$shown = &Apache::loncommon::parse_supplemental_title($shown);
}
- $r->print(''.$shown.'');
+ $r->print(''.$shown.'');
}
}
$r->print('');
@@ -711,7 +711,7 @@ sub print_paste_buffer {
$canpaste = &supp_pasteable($env{'docs.markedcopy_url'});
unless ($canpaste) {
$nopaste = &mt('Paste into Supplemental Content unavailable for this type of content.');
- }
+ }
} else {
$canpaste = 1;
}
@@ -725,11 +725,11 @@ sub print_paste_buffer {
$othercourse = 1;
if ($env{"user.priv.cm./$srcdom/$srcnum"} =~ /\Q:mdc&F\E/) {
if ($canpaste) {
- $othercrs = ' '.&mt('(from another course).');
+ $othercrs = ' '.&mt('(from another course).');
}
} else {
$canpaste = 0;
- $nopaste = &mt('Paste from another course unavailable.')
+ $nopaste = &mt('Paste from another course unavailable.')
}
}
if ($rem =~ m{^(default|supplemental)_?(\d*)\.(?:page|sequence)$}) {
@@ -747,18 +747,18 @@ sub print_paste_buffer {
.'');
my ($type,$buffer);
if ($is_external) {
- $type = &mt('External Resource');
- $buffer = $type.': '.
- &LONCAPA::map::qtescape($env{'docs.markedcopy_title'}).' ('.
+ $type = &mt('External Resource');
+ $buffer = $type.': '.
+ &LONCAPA::map::qtescape($env{'docs.markedcopy_title'}).' ('.
&LONCAPA::map::qtescape($env{'docs.markedcopy_url'}).')';
} else {
- my $icon = &Apache::loncommon::icon($extension);
- if ($extension eq 'sequence' &&
- $env{'docs.markedcopy_url'} =~ m{/default_\d+\.sequence$ }x) {
- $icon = &Apache::loncommon::lonhttpdurl($r->dir_config('lonIconsURL'));
- $icon .= '/navmap.folder.closed.gif';
- }
- $icon = '';
+ my $icon = &Apache::loncommon::icon($extension);
+ if ($extension eq 'sequence' &&
+ $env{'docs.markedcopy_url'} =~ m{/default_\d+\.sequence$ }x) {
+ $icon = &Apache::loncommon::lonhttpdurl($r->dir_config('lonIconsURL'));
+ $icon .= '/navmap.folder.closed.gif';
+ }
+ $icon = '';
$buffer = $icon.$type.': '. &Apache::loncommon::parse_supplemental_title(&LONCAPA::map::qtescape($env{'docs.markedcopy_title'}));
}
if ($canpaste) {
@@ -772,7 +772,7 @@ sub print_paste_buffer {
''.(' ' x2).
- ' |