--- loncom/interface/lonstatistics.pm 2023/09/07 23:58:32 1.156.2.8.2.1 +++ loncom/interface/lonstatistics.pm 2020/11/10 19:28:32 1.165 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.156.2.8.2.1 2023/09/07 23:58:32 raeburn Exp $ +# $Id: lonstatistics.pm,v 1.165 2020/11/10 19:28:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -833,7 +833,7 @@ sub handler { ['sort','reportSelected', 'SelectedStudent']); my $GoToPage = $env{'form.reportSelected'}; - + # # Give the LON-CAPA page header my $style = <print(&Apache::loncommon::start_page('Course Statistics and Charts', $head_extra)); $r->rflush(); @@ -887,8 +886,9 @@ ENDSTYLE faq=>139, bug=>'Statistics and Charts'}); if ($GoToPage 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()) { @@ -973,6 +973,7 @@ ENDSTYLE # $r->print("\n"); } + &Apache::lonquickgrades::endGradeScreen($r); $r->print(&Apache::loncommon::end_page()); $r->rflush(); #