--- 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 = '<h3>'.&make_anchor($url,\%anchor_fields,&mt($message)).'</h3>'; + my $result = '<p>'.&make_anchor($url,\%anchor_fields,&mt($message)).'</p>'; return $result; } @@ -670,7 +670,7 @@ sub delete { $r->print('<p>'.&mt('Delete [_1]?',&display_file(undef,\@files)).'</p>'); &close_form($r,$url); } else { - $r->print("No file was checked to delete.<br />"); + $r->print('<p class="LC_warning">'.&mt('No file was checked to delete.').'</p>'); $r->print(&done(undef,$url)); } } @@ -2617,7 +2617,7 @@ sub handler { } } if (($env{'form.storeupl'}) & (!$env{'form.uploaddoc.filename'})){ - $r->print('<span class="LC_error">'); + $r->print('<span class="LC_warning">'); $r->print(&mt('No file was selected to upload.').' '); $r->print(&mt('To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.')); $r->print('</span>');