Diff for /loncom/interface/lonpreferences.pm between versions 1.222 and 1.223

version 1.222, 2016/09/16 00:51:49 version 1.223, 2016/09/16 22:42:26
Line 1425  sub client_form { Line 1425  sub client_form {
                 'changepass' => 'Save',                  'changepass' => 'Save',
     );      );
   
     my $mobileargs;  
     (undef,undef,undef,undef,undef,undef,my $clientmobile) =  
         &Apache::loncommon::decode_user_agent();  
     if ($clientmobile) {  
         $mobileargs = 'autocapitalize="off" autocorrect="off" ';  
     }  
     my $output = '<form name="client" action="">'      my $output = '<form name="client" action="">'
                 .&Apache::lonhtmlcommon::start_pick_box();                  .&Apache::lonhtmlcommon::start_pick_box();
     if ($caller eq 'reset_by_email') {      if ($caller eq 'reset_by_email') {

Removed from v.1.222  
changed lines
  Added in v.1.223


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