Diff for /loncom/interface/lonnotify.pm between versions 1.29 and 1.30

version 1.29, 2008/11/17 17:10:57 version 1.30, 2008/11/25 22:03:22
Line 149  function next_page(caller) { Line 149  function next_page(caller) {
     $output .= '<input type="hidden" name="command" />';      $output .= '<input type="hidden" name="command" />';
     $output .= '<table class="LC_notify_front_page">'.      $output .= '<table class="LC_notify_front_page">'.
               '<tr><td><a href="javascript:next_page('."'new'".')">'.                '<tr><td><a href="javascript:next_page('."'new'".')">'.
               'Send a new e-mail to selected users from this domain</a></td></tr><tr>'.                &mt('Send a new e-mail to selected users from this domain').'</a></td></tr><tr>'.
               '<td><a href="javascript:next_page('."'view'".')">'.                '<td><a href="javascript:next_page('."'view'".')">'.
               'Display e-mail sent by Domain Coordinators in this domain'.                &mt('Display e-mail sent by Domain Coordinators in this domain').
               '</a></td></tr></table>';                '</a></td></tr></table>';
     $output .= &end_page();      $output .= &end_page();
   

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


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