--- loncom/interface/statistics/lonsubmissiontimeanalysis.pm 2012/05/03 11:21:33 1.34 +++ loncom/interface/statistics/lonsubmissiontimeanalysis.pm 2012/05/10 10:29:09 1.35 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsubmissiontimeanalysis.pm,v 1.34 2012/05/03 11:21:33 goltermann Exp $ +# $Id: lonsubmissiontimeanalysis.pm,v 1.35 2012/05/10 10:29:09 goltermann Exp $ # # Copyright Michigan State University Board of Trustees # @@ -142,9 +142,8 @@ sub BuildSubmissionTimePage { &Apache::lonstatistics::section_and_enrollment_description(). '

'); $r->rflush(); - $r->print('
'); $r->print(&Apache::lonstathelpers::render_resource($resource)); - $r->print('

'); + $r->print('
'); $r->rflush(); if (@Students) { $r->print(&analyze_times($r,$resource->symb,\@Students, @@ -277,7 +276,7 @@ sub analyze_times { } # # Build the data table - $htmltable = '

'. + $htmltable = '

'.&mt('Student submission data').'

'. &Apache::loncommon::start_data_table(). &Apache::loncommon::start_data_table_header_row(). &Apache::loncommon::start_data_table_row().