Diff for /loncom/interface/resetpw.pm between versions 1.34 and 1.36

version 1.34, 2013/07/19 18:24:17 version 1.36, 2013/08/17 00:34:29
Line 236  sub send_token { Line 236  sub send_token {
                    .' associated with your LON-CAPA account.')                     .' associated with your LON-CAPA account.')
                .'</p>'                 .'</p>'
                .&display_actions($contact_email,$domdesc);                 .&display_actions($contact_email,$domdesc);
   
         }          }
     } else {      } else {
         $msg .=          $msg .=
Line 398  sub generic_failure_msg { Line 397  sub generic_failure_msg {
         '<p class="LC_error">'          '<p class="LC_error">'
        .&mt('A problem occurred when attempting to reset the password for your account.')         .&mt('A problem occurred when attempting to reset the password for your account.')
        .'<br />'         .'<br />'
        .&mt('Please contact the [_1] - ([_2]) for assistance.',         .&mt('Please contact the [_1] ([_2]) for assistance.',
               $contact_name,'<a href="mailto:'.$contact_email.'">'.$contact_email.'</a>')                $contact_name,'<a href="mailto:'.$contact_email.'">'.$contact_email.'</a>')
        .'</p>';         .'</p>';
 }  }

Removed from v.1.34  
changed lines
  Added in v.1.36


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