Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.35 and 1.35.2.2

version 1.35, 2012/05/10 10:29:09 version 1.35.2.2, 2012/12/17 02:22:12
Line 31  use strict; Line 31  use strict;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::loncommon();  use Apache::loncommon();
 use Apache::lonhtmlcommon();  use Apache::lonhtmlcommon();
 use Apache::lonquickgrades();  
 use Apache::loncoursedata();  use Apache::loncoursedata();
 use Apache::lonstatistics;  use Apache::lonstatistics;
 use Apache::lonstathelpers;  use Apache::lonstathelpers;
Line 68  sub BuildSubmissionTimePage { Line 67  sub BuildSubmissionTimePage {
     &Apache::lonstatistics::PrepareClasslist();          &Apache::lonstatistics::PrepareClasslist();    
     #      #
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Submission Time Plots'));      $r->print(&Apache::lonhtmlcommon::breadcrumbs('Submission Time Plots'));
     &Apache::lonquickgrades::startGradeScreen($r,'statistics');  
     $r->print(&CreateInterface());      $r->print(&CreateInterface());
     #      #
     my @Students = @Apache::lonstatistics::Students;      my @Students = @Apache::lonstatistics::Students;
     #      #
     if (@Students < 1) {      if (@Students < 1) {
         $r->print('<div class="LC_warning">'          $r->print('<div class="LC_warning">'
                  .&mt('There are no students in the sections selected.'                   .&mt('There are no students in the sections selected.')
                  .'</div>')                   .'</div>'
         );          );
     }      }
     #      #

Removed from v.1.35  
changed lines
  Added in v.1.35.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>