Diff for /loncom/homework/grades.pm between versions 1.594 and 1.595

version 1.594, 2010/02/19 15:41:32 version 1.595, 2010/02/22 23:08:16
Line 9322  ENDHEADER Line 9322  ENDHEADER
 sub navmap_errormsg {  sub navmap_errormsg {
     return '<div class="LC_error">'.      return '<div class="LC_error">'.
            &mt('An error occurred retrieving information about resources in the course.').'<br />'.             &mt('An error occurred retrieving information about resources in the course.').'<br />'.
            &mt('It is recommended that you [_1]re-initialize the course[_2] and then return to this grading page..','<a href="/adm/roles?selectrole=1&newrole='.$env{'request.role'}.'">','</a>').             &mt('It is recommended that you [_1]re-initialize the course[_2] and then return to this grading page.','<a href="/adm/roles?selectrole=1&newrole='.$env{'request.role'}.'">','</a>').
            '</div>';             '</div>';
 }  }
   

Removed from v.1.594  
changed lines
  Added in v.1.595


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