--- loncom/interface/lonpreferences.pm 2004/03/16 20:18:01 1.38 +++ loncom/interface/lonpreferences.pm 2004/03/26 20:29:35 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.38 2004/03/16 20:18:01 albertel Exp $ +# $Id: lonpreferences.pm,v 1.41 2004/03/26 20:29:35 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -25,8 +25,6 @@ # # http://www.lon-capa.org/ # -# 2/13/02 2/14 2/15 Matthew Hall -# # This package uses the "londes.js" javascript code. # # TODOs that have to be completed: @@ -658,7 +656,7 @@ sub handler { my $currentauth=&Apache::lonnet::queryauthenticate($user,$domain); if ($currentauth =~ /^(unix|internal):/) { push (@Options,({ action => 'changepass', - linktext => 'Change password', + linktext => 'Change Password', href => '/adm/preferences', help => 'Change_Password', subroutine => \&passwordchanger, @@ -711,7 +709,7 @@ sub handler { '/adm/'.$ENV{'user.domain'}.'/'.$ENV{'user.name'}.'/aboutme'; push (@Options,{ action => 'none', linktext => - q{Edit the 'About Me' personal information screen}, + q{Edit the 'About Me' Personal Information Screen}, href => $aboutmeaction}); push (@Options,({ action => 'changecolors', linktext => 'Change Color Scheme', @@ -730,7 +728,7 @@ sub handler { subroutine => \&verify_and_change_colors, })); push (@Options,({ action => 'changelanguages', - linktext => 'Change Language Prefences', + linktext => 'Change Language Preferences', href => '/adm/preferences', breadcrumb=> { href => '/adm/preferences?action=changelanguages',