Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.26 and 1.28

version 1.26, 2006/05/05 20:03:43 version 1.28, 2006/12/21 19:52:28
Line 135  sub BuildSubmissionTimePage { Line 135  sub BuildSubmissionTimePage {
             $r->print(&Apache::lonstathelpers::render_resource($resource));              $r->print(&Apache::lonstathelpers::render_resource($resource));
             $r->print('<br />');              $r->print('<br />');
             $r->rflush();              $r->rflush();
             $r->print(&analyze_times($r,$resource->symb,\@Students,      if (@Students) {    
                                      $current_problem->{'part'}));   $r->print(&analyze_times($r,$resource->symb,\@Students,
    $current_problem->{'part'}));
       }
         }          }
         $r->print('<hr />');          $r->print('<hr />');
     }      }
Line 402  sub CreateInterface { Line 404  sub CreateInterface {
     $Str .= '<tr>';      $Str .= '<tr>';
     $Str .= '<th align="center">'.&mt('Sections').'</th>';      $Str .= '<th align="center">'.&mt('Sections').'</th>';
     $Str .= '<th align="center">'.&mt('Groups').'</th>';      $Str .= '<th align="center">'.&mt('Groups').'</th>';
     $Str .= '<th align="center">'.&mt('Enrollment Status').'</th>';      $Str .= '<th align="center">'.&mt('Access Status').'</th>';
     $Str .= '</tr>'."\n";      $Str .= '</tr>'."\n";
     ##      ##
     ##       ## 

Removed from v.1.26  
changed lines
  Added in v.1.28


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