--- loncom/interface/lonpreferences.pm 2009/05/27 17:14:56 1.164 +++ loncom/interface/lonpreferences.pm 2009/09/08 22:17:02 1.170 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.164 2009/05/27 17:14:56 bisitz Exp $ +# $Id: lonpreferences.pm,v 1.170 2009/09/08 22:17:02 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -217,7 +217,8 @@ sub texenginechanger { 'tth' => 'tth (TeX to HTML)', #'ttm' => 'TeX to MathML', 'jsMath' => 'jsMath', - 'mimetex' => 'mimetex (Convert to Images)' + 'mimetex' => 'mimetex (Convert to Images)', + 'raw' => 'Raw (Screen Reader)' ); my $selectionbox=&Apache::loncommon::select_form($texengine,'texengine', %mathchoices); @@ -1355,7 +1356,8 @@ sub client_form { 'currentpass' => 'Current Password', 'newpass' => 'New Password', 'confirmpass' => 'Confirm Password', - 'changepass' => 'Save'); + 'changepass' => 'Save', + ); my $output = '