--- loncom/interface/lonpreferences.pm 2005/06/06 22:39:59 1.63 +++ loncom/interface/lonpreferences.pm 2005/06/16 22:11:13 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.63 2005/06/06 22:39:59 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.65 2005/06/16 22:11:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,8 +110,8 @@ sub wysiwygchanger {

- $switchoff
- $switchon +
+ ENDLSCREEN $r->print('
'); } @@ -190,7 +190,7 @@ sub texenginechanger { my $pref=&mt('Preferred method to display Math'); my %mathchoices=('' => 'No Preference', 'tth' => 'TeX to HTML', - 'ttm' => 'TeX to MathML', + #'ttm' => 'TeX to MathML', 'jsMath' => 'jsMath', 'mimetex' => 'Convert to Images' ); @@ -985,7 +985,7 @@ sub coursedisplaychanger { my $firstselect='checked="checked"'; my $whatsnewselect=''; - if ($userenv{'course_init_display'} eq 'firstres') { + if ($userenv{'course_init_display'} eq 'whatsnew') { $firstselect=''; $whatsnewselect='checked="checked"'; } @@ -996,8 +996,8 @@ sub coursedisplaychanger { $r->print(< - $whatsnew_off
- $whatsnew_on +
+ ENDLSCREEN $r->print('
');