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

version 1.13, 2004/02/20 16:38:49 version 1.14, 2004/03/01 16:39:19
Line 333  sub CreateInterface { Line 333  sub CreateInterface {
     ##      ##
     ## Build the menu      ## Build the menu
     my $Str = '';      my $Str = '';
     $Str .= &Apache::lonhtmlcommon::breadcrumbs      $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Submission Time Plots');
         (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.13  
changed lines
  Added in v.1.14


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