--- loncom/interface/lontrackstudent.pm 2004/10/05 13:40:16 1.7 +++ loncom/interface/lontrackstudent.pm 2004/12/02 19:01:55 1.8 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.7 2004/10/05 13:40:16 matthew Exp $ +# $Id: lontrackstudent.pm,v 1.8 2004/12/02 19:01:55 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -426,6 +426,10 @@ sub handler { $r->print('

'. &mt('Recent activity of [_1]@[_2]',$sname,$sdom). '

'); + $r->print('

'.&mt(<'); +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, 'student:'.$ENV{'form.selected_student'}); } else {