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

version 1.35, 2013/08/14 16:47:37 version 1.36, 2013/08/17 00:34:29
Line 397  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.35  
changed lines
  Added in v.1.36


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