Diff for /loncom/publisher/lonrights.pm between versions 1.21 and 1.22

version 1.21, 2006/12/20 22:41:08 version 1.22, 2007/05/02 01:34:23
Line 305  ENDSTARTTABLE Line 305  ENDSTARTTABLE
   $r->print('</table>');    $r->print('</table>');
 # ------------------------------------------------------------ End table output  # ------------------------------------------------------------ End table output
   if ($constructmode) {     if ($constructmode) { 
      $r->print('<input type="submit" name="store" value="'.&mt('Store').'" /></form>');        $r->print('<input type="submit" name="store" value="'.&mt('Save').'" /></form>'); 
   }    }
   $r->print(&Apache::loncommon::end_page());    $r->print(&Apache::loncommon::end_page());
   return OK;      return OK;  

Removed from v.1.21  
changed lines
  Added in v.1.22


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