Diff for /loncom/interface/lontrackstudent.pm between versions 1.7 and 1.8

version 1.7, 2004/10/05 13:40:16 version 1.8, 2004/12/02 19:01:55
Line 426  sub handler { Line 426  sub handler {
             $r->print('<h2>'.              $r->print('<h2>'.
                       &mt('Recent activity of [_1]@[_2]',$sname,$sdom).                        &mt('Recent activity of [_1]@[_2]',$sname,$sdom).
                       '</h2>');                        '</h2>');
               $r->print('<p>'.&mt(<<END).'</p>');
   Compiling student activity data can take a long time.
   It may be necessary to reload this page to get the most current information.
   END
             &get_data($r,\%prog_state,$navmap,              &get_data($r,\%prog_state,$navmap,
                       'student:'.$ENV{'form.selected_student'});                        'student:'.$ENV{'form.selected_student'});
         } else {          } else {

Removed from v.1.7  
changed lines
  Added in v.1.8


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