Diff for /loncom/interface/portfolio.pm between versions 1.188 and 1.189

version 1.188, 2008/01/21 18:00:30 version 1.189, 2008/02/04 00:52:23
Line 679  sub rename_confirmed { Line 679  sub rename_confirmed {
         $chg_access = &access_for_renamed($filenewname,$group,$udom,$uname);          $chg_access = &access_for_renamed($filenewname,$group,$udom,$uname);
     } else {            } else {      
  $r->print('<span class="LC_error">'.   $r->print('<span class="LC_error">'.
   &mt('An error occurred ([_1]) while trying to rename [_2] to [_3]'    &mt('An error occurred ([_1]) while trying to rename [_2] to [_3].'
                       ,$result,&display_file(),&display_file('',$filenewname))                        ,$result,&display_file(),&display_file('',$filenewname))
                   .'</span><br />');                    .'</span><br />');
         return;          return;
Line 823  sub view_access_settings { Line 823  sub view_access_settings {
         &build_access_summary($r,$count,$chg,%todisplay);          &build_access_summary($r,$count,$chg,%todisplay);
         $r->print(&Apache::loncommon::end_data_table());          $r->print(&Apache::loncommon::end_data_table());
     } else {      } else {
         $r->print(&mt('No access controil settings currently exist for this file.').'<br />');          $r->print(&mt('No access control settings currently exist for this file.').'<br />');
     }      }
     my %anchor_fields = (      my %anchor_fields = (
         'currentpath' => $env{'form.currentpath'}          'currentpath' => $env{'form.currentpath'}

Removed from v.1.188  
changed lines
  Added in v.1.189


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>