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

version 1.30, 2008/11/25 22:03:22 version 1.31, 2008/12/03 21:16:21
Line 710  ENDSCRIPT Line 710  ENDSCRIPT
     } else {      } else {
         $output .= 'No mail sent - no recipients identified';           $output .= 'No mail sent - no recipients identified'; 
     }      }
     $output .= '<br /><a href="/adm/notify">Send another       $output .= '<br /><a href="/adm/notify">'.&mt('Send another e-mail').'</a>'."\n";
 e-mail?</a>'."\n";  
     $output .= '<input type="hidden" name="command" />'."\n".      $output .= '<input type="hidden" name="command" />'."\n".
                '<input type="hidden" name="origin" value="'.$formname.'" />'."\n";                 '<input type="hidden" name="origin" value="'.$formname.'" />'."\n";
     $output .= &Apache::lonhtmlcommon::echo_form_input(['command','origin']);      $output .= &Apache::lonhtmlcommon::echo_form_input(['command','origin']);

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


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