--- loncom/publisher/lonupload.pm 2003/11/08 11:11:01 1.23 +++ loncom/publisher/lonupload.pm 2003/11/08 11:13:50 1.24 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.23 2003/11/08 11:11:01 albertel Exp $ +# $Id: lonupload.pm,v 1.24 2003/11/08 11:13:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -160,7 +160,7 @@ sub phasetwo { ''. &mt('The extension on this file is reserved internally by LON-CAPA.'). ''); - $r->print('
'.
+ $r->print(' ');
+ '
'.
&mt('Back to Directory').'');
} elsif ($fn=~/\.(\w+)$/ &&
!defined(&Apache::loncommon::fileembstyle($1))) {
@@ -183,7 +183,7 @@ sub phasetwo {
$r->print(&mt('File copied.'));
$r->print('
'.
&mt('View file').'');
- $r->print(''.
+ $r->print('
'.
&mt('Back to Directory').'
');
} else {
$r->print('Failed to copy: '.$!);
@@ -194,12 +194,12 @@ sub phasetwo {
} else {
$r->print(''.
&mt('Please use browser "Back" button and pick a filename').
- '
>');
+ '
');
}
} else {
$r->print(''.
&mt('Please use browser "Back" button and pick a filename').
- '
>');
}
}