--- loncom/interface/statistics/longradinganalysis.pm 2013/07/22 18:06:58 1.12 +++ loncom/interface/statistics/longradinganalysis.pm 2014/02/12 16:51:16 1.13 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: longradinganalysis.pm,v 1.12 2013/07/22 18:06:58 bisitz Exp $ +# $Id: longradinganalysis.pm,v 1.13 2014/02/12 16:51:16 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -69,7 +69,10 @@ sub build_grading_analysis_page { my @students = @Apache::lonstatistics::Students; # if (@students < 1 && exists($env{'form.firstrun'})) { - $r->print('
' + .&mt('There are no students in the sections/groups selected.') + .''); } # #my @cache_button_HTML = @@ -120,7 +123,7 @@ sub build_grading_analysis_page { $env{'form.problemchoice'}.'" />'); # if (! defined($current_problem->{'resource'})) { - $r->print('resource is undefined'); + $r->print('
'.&mt('resource is undefined').'
'); } else { my $resource = $current_problem->{'resource'}; $r->print('' + .&mt('Analysis of [_1] is not supported.',$resource->src()) + .'
'); } } $r->print('