--- loncom/interface/statistics/lonsurveyreports.pm 2008/10/14 14:10:49 1.17 +++ loncom/interface/statistics/lonsurveyreports.pm 2008/12/12 05:03:39 1.22 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsurveyreports.pm,v 1.17 2008/10/14 14:10:49 bisitz Exp $ +# $Id: lonsurveyreports.pm,v 1.22 2008/12/12 05:03:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -133,7 +133,10 @@ sub BuildSurveyReportsPage { $r->print('
' .&mt('There is no essay or string response data to output for this survey.') - .''); + .'
'); } $r->rflush(); return; @@ -566,15 +569,20 @@ sub make_HTML_report { sprintf("%.2f",$count/$total*100).'%'. &Apache::loncommon::end_data_table_row().$/; } - $Str .= &Apache::loncommon::start_data_table_row(). - ''; - $Str .= '
'.&mt('Sections').' | '; $Str .= ''.&mt('Groups').' | '; $Str .= ''.&mt('Access Status').' | '; $Str .= ''.&mt('Output Format').' | '; - $Str .= ''.' '.' | '; - $Str .= ''.&mt('Options').' | '; + $Str .= &Apache::loncommon::end_data_table_header_row(); # - $Str .= '
---|---|---|---|---|
'."\n"; + $Str .= &Apache::loncommon::start_data_table_row(); + $Str .= ' | '."\n"; $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); $Str .= ' | '; # @@ -646,7 +655,7 @@ sub CreateInterface { # Render problem checkbox my $prob_checkbox = ''. ''; # - $Str .= '
' + .&mt('Status: [_1]', + '') + .'
'; + $Str .= ''; ## return $Str; }