--- loncom/interface/lonstatistics.pm 2003/10/08 15:32:00 1.85 +++ loncom/interface/lonstatistics.pm 2003/10/21 20:24:52 1.87 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.85 2003/10/08 15:32:00 matthew Exp $ +# $Id: lonstatistics.pm,v 1.87 2003/10/21 20:24:52 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -898,7 +898,7 @@ sub Gather_Student_Data { ($student->{'username'},$student->{'domain'}, $ENV{'request.course.id'}); &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state, - 'last student'); + &mt('last student')); } &Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state); $r->rflush(); @@ -1056,19 +1056,16 @@ sub CreateMainMenu { # 'percentage' => 'Correct-problems Plot', # 'activitylog' => 'Activity Log', ); - # # Create the menu my $Str; - $Str = "

".&mt('Statistics and Problem Analysis')."

\n"; - $Str .= &mt('Please select a report to generate.'); - $Str .= "
\n"; + $Str .= '

'.&mt('Please select a report to generate').'

'; foreach my $reportdata (@reports) { - $Str .='
'. - $reportdata->{'name'}."
\n"; - $Str .= '
'.$reportdata->{'short_description'}. - "
\n"; + $reportdata->{'name'}."\n"; + $Str .= ' '.(' 'x8).$reportdata->{'short_description'}. + "\n"; } $Str .="
\n"; #