--- loncom/interface/lonpreferences.pm 2009/04/25 20:22:07 1.154 +++ loncom/interface/lonpreferences.pm 2009/05/04 19:35:31 1.156 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.154 2009/04/25 20:22:07 www Exp $ +# $Id: lonpreferences.pm,v 1.156 2009/05/04 19:35:31 tempelho Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1081,6 +1081,7 @@ sub colorschanger { 'tabbg' => 'Header Background', 'sidebg'=> 'Header Border', 'font' => 'Font', + 'fontmenu' => 'Font Menu', 'link' => 'Un-Visited Link', 'vlink' => 'Visited Link', 'alink' => 'Active Link'); @@ -1155,6 +1156,7 @@ sub verify_and_change_colors { 'tabbg' => 'Header Background', 'sidebg'=> 'Header Border', 'font' => 'Font', + 'fontmenu' => 'Font Menu', 'link' => 'Un-Visited Link', 'vlink' => 'Visited Link', 'alink' => 'Active Link'); @@ -1206,7 +1208,9 @@ sub passwordchanger { $defdom = $r->dir_config('lonDefDomain'); my %data = &Apache::lonnet::tmpget($mailtoken); if (keys(%data) == 0) { - $r->print(&mt('Sorry, the URL you provided to complete the reset of your password was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid. Please submit a new request for a password reset, and follow the link to the new URL included in the e-mail that will be sent to you, to allow you to enter a new password.')); + $r->print(&mt('Sorry, the URL you provided to complete the reset of your password was invalid. Either the token included in the URL has been deleted or the URL you provided was invalid. Please submit a [_1]new request[_2] for a password reset, and follow the link to the new URL included in the e-mail that will be sent to you, to allow you to enter a new password.' + ,'','') + ); return; } if (defined($data{time})) {