Diff for /loncom/interface/lonstatistics.pm between versions 1.148.2.5 and 1.148.2.6

version 1.148.2.5, 2010/09/12 17:40:33 version 1.148.2.6, 2010/11/09 15:01:53
Line 853  sub handler { Line 853  sub handler {
         my $courseopt=&Apache::lonnet::get_courseresdata($cnum,$cdom);          my $courseopt=&Apache::lonnet::get_courseresdata($cnum,$cdom);
         my $duedate = $courseopt->{$env{'request.course.id'}.'.0.duedate'};          my $duedate = $courseopt->{$env{'request.course.id'}.'.0.duedate'};
         if ((!$duedate) || ($duedate > $now)) {          if ((!$duedate) || ($duedate > $now)) {
             $r->print(&Apache::loncommon::start_page("Course Statistics"));              my $brcrum = [{href=> '/adm/statistics',
                              text=> 'Statistics',}];
               my $args = {bread_crumbs           => $brcrum,
                           bread_crumbs_component => 'Statistics Main Page'};
               $r->print(&Apache::loncommon::start_page('Course Statistics',undef,$args));
             $r->print('<h3>'.&mt('Display of statistics').'</h3>');              $r->print('<h3>'.&mt('Display of statistics').'</h3>');
             if ($duedate > $now) {               if ($duedate > $now) { 
                 $r->print('<p>'.&mt('Aggregate test performance data will be available after the Concept Test end date: [_1].',                  $r->print('<p>'.&mt('Aggregate test performance data will be available after the Concept Test end date: [_1].',

Removed from v.1.148.2.5  
changed lines
  Added in v.1.148.2.6


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