Diff for /loncom/interface/lonstatistics.pm between versions 1.148.2.3 and 1.148.2.4

version 1.148.2.3, 2010/01/11 04:11:52 version 1.148.2.4, 2010/09/11 19:08:19
Line 767  sub CreateMainMenu { Line 767  sub CreateMainMenu {
              linktext => ('Correct Problems Plot'),               linktext => ('Correct Problems Plot'),
              linktitle => ('Display a histogram of student performance in the course.')},               linktitle => ('Display a histogram of student performance in the course.')},
          ]});           ]});
     unless(&Apache::loncommon::needs_gci_custom()) {      if (&Apache::loncommon::needs_gci_custom()) {
           push(@reports,
           {categorytitle => 'Reports',
            items => [
               {url => '/adm/statistics?reportSelected=student_submission_reports',
                            permission => 'F',
                icon => 'edit-copy.png',
                linktext => ('Student Submission Reports'),
                linktitle => ('Prepare reports of student submissions.')},
            ]});
       } else {
         push(@reports,          push(@reports,
         {categorytitle => 'Reports',          {categorytitle => 'Reports',
          items => [           items => [
Line 930  ENDSTYLE Line 940  ENDSTYLE
             ({href=>              ({href=>
               '/adm/statistics?reportselected=student_submission_reports',                '/adm/statistics?reportselected=student_submission_reports',
               text=>'Student Submission Reports'});                text=>'Student Submission Reports'});
             if ($gcicustom) {              &Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c);
                 $r->print(&mt('Only aggregate performance data are available for Concept Tests.'));  
             } else {  
                 &Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c);  
             }  
         } elsif($GoToPage eq 'survey_reports') {          } elsif($GoToPage eq 'survey_reports') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>                  ({href=>

Removed from v.1.148.2.3  
changed lines
  Added in v.1.148.2.4


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