--- loncom/interface/lonstatistics.pm 2003/10/15 18:01:10 1.86 +++ 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.86 2003/10/15 18:01:10 www Exp $ +# $Id: lonstatistics.pm,v 1.87 2003/10/21 20:24:52 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -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"; #