--- loncom/interface/lonpreferences.pm 2003/05/21 00:48:27 1.24 +++ loncom/interface/lonpreferences.pm 2003/07/05 10:07:11 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.24 2003/05/21 00:48:27 www Exp $ +# $Id: lonpreferences.pm,v 1.26 2003/07/05 10:07:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -180,16 +180,20 @@ sub msgforwardchanger { my $r = shift; my $user = $ENV{'user.name'}; my $domain = $ENV{'user.domain'}; - my %userenv = &Apache::lonnet::get('environment',['msgforward']); + my %userenv = &Apache::lonnet::get('environment',['msgforward','notification','critnotification']); my $msgforward=$userenv{'msgforward'}; my $notification=$userenv{'notification'}; my $critnotification=$userenv{'critnotification'}; my $bodytag=&Apache::loncommon::bodytag( 'Change Your Message Forwarding and Notification'); + my $forwardingHelp = Apache::loncommon::help_open_topic("Prefs_Forwarding", + "What are forwarding ". + "and notification ". + "addresses"); $r->print(< $bodytag - +$forwardingHelp
New Forwarding Address(es) (user:domain,user:domain,...):