Diff for /loncom/interface/resetpw.pm between versions 1.30 and 1.32

version 1.30, 2013/02/05 15:33:36 version 1.32, 2013/03/25 16:33:08
Line 177  sub handler { Line 177  sub handler {
 sub get_uname {  sub get_uname {
     my ($defdom) = @_;      my ($defdom) = @_;
     my %lt = &Apache::lonlocal::texthash(      my %lt = &Apache::lonlocal::texthash(
                                          unam => 'username',                                           unam => 'LON-CAPA username',
                                          udom => 'domain',                                           udom => 'LON-CAPA domain',
                                          uemail => 'E-mail address in LON-CAPA',                                           uemail => 'E-mail address in LON-CAPA',
                                          proc => 'Proceed');                                           proc => 'Proceed');
   
Line 190  sub get_uname { Line 190  sub get_uname {
            .'</ul>';             .'</ul>';
     $msg .= '<form name="forgotpw" method="post" action="/adm/resetpw">'.      $msg .= '<form name="forgotpw" method="post" action="/adm/resetpw">'.
             &Apache::lonhtmlcommon::start_pick_box().               &Apache::lonhtmlcommon::start_pick_box(). 
             &Apache::lonhtmlcommon::row_title('LON-CAPA '.$lt{'unam'}).              &Apache::lonhtmlcommon::row_title($lt{'unam'}).
             '<input type="text" name="uname" size="20" />'.              '<input type="text" name="uname" size="20" />'.
             &Apache::lonhtmlcommon::row_closure(1).              &Apache::lonhtmlcommon::row_closure(1).
             &Apache::lonhtmlcommon::row_title('LON-CAPA '.$lt{'udom'}).              &Apache::lonhtmlcommon::row_title($lt{'udom'}).
             &Apache::loncommon::select_dom_form($defdom,'udom').              &Apache::loncommon::select_dom_form($defdom,'udom').
             &Apache::lonhtmlcommon::row_closure(1).              &Apache::lonhtmlcommon::row_closure(1).
             &Apache::lonhtmlcommon::row_title($lt{'uemail'}).              &Apache::lonhtmlcommon::row_title($lt{'uemail'}).
Line 438  sub display_actions { Line 438  sub display_actions {
             '<p>'              '<p>'
            .&mt('You may wish to send an e-mail to the'             .&mt('You may wish to send an e-mail to the'
            .' server administrator: [_1] for the [_2] domain.',             .' server administrator: [_1] for the [_2] domain.',
                 '<i>'.$Apache::lonnet::perlvar{'AdminEmail'}.'</i>',                  '<i>'.$Apache::lonnet::perlvar{'AdmEMail'}.'</i>',
                 '<i>'.$domdesc.'</i>')                  '<i>'.$domdesc.'</i>')
            .'</p>';             .'</p>';
     }      }

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


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