[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm

bowersj2 lon-capa-cvs@mail.lon-capa.org
Fri, 29 Aug 2003 03:08:18 -0000


bowersj2		Thu Aug 28 23:08:18 2003 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
  Log:
  Fixes bug/enhancement request 1789, explain what "critical messages" are 
  on the prefs screen.
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.26 loncom/interface/lonpreferences.pm:1.27
--- loncom/interface/lonpreferences.pm:1.26	Sat Jul  5 06:07:11 2003
+++ loncom/interface/lonpreferences.pm	Thu Aug 28 23:08:18 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.26 2003/07/05 10:07:11 www Exp $
+# $Id: lonpreferences.pm,v 1.27 2003/08/29 03:08:18 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -190,6 +190,9 @@
 							    "What are forwarding ".
 							    "and notification ".
 							    "addresses");
+    my $criticalMessageHelp = Apache::loncommon::help_open_topic("Course_Critical_Message",
+								 "What are critical messages");
+
     $r->print(<<ENDMSG);
 <html>
 $bodytag
@@ -201,7 +204,7 @@
 New Message Notification Email Address(es) (<tt>joe\@doe.com,jane\@doe.edu,...</tt>):
 <input type="text" size="40" value="$notification" name="notification" /><hr />
 New Critical Message Notification Email Address(es) (<tt>joe\@doe.com,jane\@doe.edu,...</tt>):
-<input type="text" size="40" value="$critnotification" name="critnotification" /><hr />
+<input type="text" size="40" value="$critnotification" name="critnotification" />$criticalMessageHelp<hr />
 <input type="submit" value="Change" />
 </form>
 </body>