Diff for /loncom/interface/spreadsheet/classcalc.pm between versions 1.28 and 1.30

version 1.28, 2006/08/18 15:15:39 version 1.30, 2010/12/03 21:33:56
Line 91  sub html_header { Line 91  sub html_header {
         $toprow .= '<th align="center"><b>'.&mt($name).'</b></th>';          $toprow .= '<th align="center"><b>'.&mt($name).'</b></th>';
         $bottomrow .= '<td>'.$selector.'</td>';          $bottomrow .= '<td>'.$selector.'</td>';
     }      }
     my $status .= '<nobr>'.&mt('Status: [_1]',      my $status .= '<p><span class="LC_nobreak">'
                             '<input type="text" '.                   .&mt('Status: [_1]',
                             'name="spreadsheet_status" size="60" value="" />'                            '<input type="text" name="spreadsheet_status"'
                             ).'</nobr>';                           .' size="60" value="" readonly="readonly" />')
                    .'</span></p>';
   
     return "<p>\n<table>\n".      return "<p>\n<table>\n".
         "<tr>".$toprow."</tr>\n".          "<tr>".$toprow."</tr>\n".
Line 321  sub outsheet_htmlclasslist { Line 322  sub outsheet_htmlclasslist {
     #      #
     if ($show_expire_link) {      if ($show_expire_link) {
         $r->print('<a href="/adm/classcalc?output_format=htmlclasslist&'.          $r->print('<a href="/adm/classcalc?output_format=htmlclasslist&'.
                   'recalc=ilovewastingtime&not_first_run=1">'.                    'recalc=expireallsheets&not_first_run=1">'.
                   &mt('Expire all student spreadsheets').'</a>'.$/);                    &mt('Expire all student spreadsheets').'</a>'.$/);
     }      }
     #      #

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


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