--- loncom/interface/portfolio.pm 2012/07/30 13:10:57 1.236 +++ loncom/interface/portfolio.pm 2012/10/04 13:41:10 1.237 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.236 2012/07/30 13:10:57 bisitz Exp $ +# $Id: portfolio.pm,v 1.237 2012/10/04 13:41:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -650,7 +650,7 @@ sub done { 'symb' => $env{'form.symb'}, 'mode' => $env{'form.mode'} ); - my $result = '

'.&make_anchor($url,\%anchor_fields,&mt($message)).'

'; + my $result = '

'.&make_anchor($url,\%anchor_fields,&mt($message)).'

'; return $result; } @@ -670,7 +670,7 @@ sub delete { $r->print('

'.&mt('Delete [_1]?',&display_file(undef,\@files)).'

'); &close_form($r,$url); } else { - $r->print("No file was checked to delete.
"); + $r->print('

'.&mt('No file was checked to delete.').'

'); $r->print(&done(undef,$url)); } } @@ -2617,7 +2617,7 @@ sub handler { } } if (($env{'form.storeupl'}) & (!$env{'form.uploaddoc.filename'})){ - $r->print(''); + $r->print(''); $r->print(&mt('No file was selected to upload.').' '); $r->print(&mt('To upload a file, click Browse... and select a file, then click Upload.')); $r->print('');