Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.12 and 1.13

version 1.12, 2004/02/20 16:24:20 version 1.13, 2004/02/20 16:38:49
Line 333  sub CreateInterface { Line 333  sub CreateInterface {
     ##      ##
     ## Build the menu      ## Build the menu
     my $Str = '';      my $Str = '';
     $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Submission Time Plots');      $Str .= &Apache::lonhtmlcommon::breadcrumbs
           (undef,&mt('Submission Time Plots'));
     $Str .= '<table cellspacing="5">'."\n";      $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';      $Str .= '<tr>';
     $Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';      $Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';

Removed from v.1.12  
changed lines
  Added in v.1.13


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