--- loncom/interface/lonpreferences.pm 2016/09/16 22:00:55 1.196.4.21 +++ loncom/interface/lonpreferences.pm 2016/09/16 22:47:17 1.196.4.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.196.4.21 2016/09/16 22:00:55 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.196.4.22 2016/09/16 22:47:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1394,13 +1394,19 @@ sub client_form { 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(