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

www lon-capa-cvs@mail.lon-capa.org
Sat, 31 Jan 2004 02:42:44 -0000


www		Fri Jan 30 21:42:44 2004 EDT

  Modified files:              
    /loncom/interface	lonmsg.pm 
  Log:
  Bug #2666: Explanation of what "Confirm Receipt" does.
  
  
Index: loncom/interface/lonmsg.pm
diff -u loncom/interface/lonmsg.pm:1.83 loncom/interface/lonmsg.pm:1.84
--- loncom/interface/lonmsg.pm:1.83	Fri Jan 30 20:26:41 2004
+++ loncom/interface/lonmsg.pm	Fri Jan 30 21:42:44 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging
 #
-# $Id: lonmsg.pm,v 1.83 2004/01/31 01:26:41 www Exp $
+# $Id: lonmsg.pm,v 1.84 2004/01/31 02:42:44 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -599,7 +599,9 @@
             '<br>'.&mt('Subject').': '.$content{'subject'}.
             '<br><blockquote>'.
               &Apache::lontexconvert::msgtexconverted($content{'message'}).
-            '</blockquote>'.
+            '</blockquote><small>'.
+&mt('You have to confirm that you received this message. After confirmation, this message will be moved to your regular inbox').
+            '</small><br />'.
             '<input type=submit name="rec_'.$_.'" value="'.&mt('Confirm Receipt').'">'.
             '<input type=submit name="reprec_'.$_.'" '.
                   'value="'.&mt('Confirm Receipt and Reply').'">';