--- loncom/interface/statistics/lonstudentassessment.pm 2009/05/17 23:13:49 1.155 +++ loncom/interface/statistics/lonstudentassessment.pm 2009/08/10 16:32:32 1.156 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.155 2009/05/17 23:13:49 bisitz Exp $ +# $Id: lonstudentassessment.pm,v 1.156 2009/08/10 16:32:32 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -361,19 +361,19 @@ sub CreateInterface { $Str .= &CreateAndParseOutputDataSelector(); $Str .= ''."\n"; $Str .= ''."\n"; - $Str .= ''; - $Str .= ' 'x5; + $Str .= '

' + .&mt('Status:').' ' + .'' + .'

'; $Str .= ''; $Str .= ' 'x5; $Str .= ''; - $Str .= '

'; - $Str .= - &mt('Status [_1]', - ''); - $Str .= '

'; + $Str .= '

' + .'' + .'

'; return $Str; } @@ -663,9 +663,9 @@ sub html_initialize { &Apache::lonstatistics::selected_sequences_with_assessments(); if (! ref($navmap)) { # Unable to get data, so bail out - $r->print("

". - &mt('Unable to retrieve course information.'). - '

'); + $r->print('

' + .&mt('Unable to retrieve course information.') + .'

'); } # If we're showing links, show a checkbox to open in new @@ -682,7 +682,7 @@ NEW_WINDOW_CHECKBOX # $r->print("

".$env{'course.'.$env{'request.course.id'}.'.description'}. - "  ".localtime(time)."

"); + "  ".&Apache::lonlocal::locallocaltime(time).""); # if ($chosen_output->{'base'} !~ /^final table/) { $r->print("

".&mt($chosen_output->{'shortdesc'})."

");