--- loncom/interface/lonstatistics.pm 2014/02/26 01:19:55 1.156.2.4 +++ loncom/interface/lonstatistics.pm 2014/02/14 17:09:55 1.159 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.156.2.4 2014/02/26 01:19:55 raeburn Exp $ +# $Id: lonstatistics.pm,v 1.159 2014/02/14 17:09:55 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -511,7 +511,7 @@ sub map_select { if ($selected_maps[0] eq 'all') { $form .= ' selected="selected"'; } - $form .= '>'.&mt('all').''."\n"; + $form .= ">'.&mt('all').'\n"; # # Loop through the sequences my @sequences = &selected_sequences_with_assessments('all'); @@ -843,8 +843,9 @@ ENDSTYLE bug=>'Statistics and Charts'}); if (! exists($env{'form.reportSelected'}) || $env{'form.reportSelected'} eq '') { - $r->print(&Apache::lonhtmlcommon::breadcrumbs('Statistics Main Page'). - &CreateMainMenu()); + $r->print(&Apache::lonhtmlcommon::breadcrumbs('Statistics Main Page')); + &Apache::lonquickgrades::startGradeScreen($r,'statistics'); + $r->print(&CreateMainMenu()); } else { # if (! &Apache::lonmysql::verify_sql_connection()) { @@ -931,6 +932,7 @@ ENDSTYLE # $r->print("\n"); } + &Apache::lonquickgrades::endGradeScreen($r); $r->print(&Apache::loncommon::end_page()); $r->rflush(); #