--- loncom/interface/lonpreferences.pm 2016/02/20 00:12:39 1.220 +++ loncom/interface/lonpreferences.pm 2016/09/12 15:51:08 1.221 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.220 2016/02/20 00:12:39 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.221 2016/09/12 15:51:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1425,16 +1425,28 @@ sub client_form { '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 = '
' .&Apache::lonhtmlcommon::start_pick_box(); if ($caller eq 'reset_by_email') { + my $mobileargs; + (undef,undef,undef,undef,undef,undef,my $clientmobile) = + &Apache::loncommon::decode_user_agent(); + if ($clientmobile) { + $mobileargs = 'autocapitalize="off" autocorrect="off" '; + } $output .= &Apache::lonhtmlcommon::row_title( '') - .'' + .'' .&Apache::lonhtmlcommon::row_closure() .&Apache::lonhtmlcommon::row_title( '') - .'' + .'' .'' .&Apache::lonhtmlcommon::row_closure() .&Apache::lonhtmlcommon::row_title(