[LON-CAPA-cvs] cvs: loncom /interface loncommunicate.pm lonmsg.pm
www
lon-capa-cvs@mail.lon-capa.org
Thu, 15 Jan 2004 03:53:12 -0000
www Wed Jan 14 22:53:12 2004 EDT
Modified files:
/loncom/interface loncommunicate.pm lonmsg.pm
Log:
FAQ and Bugs
Index: loncom/interface/loncommunicate.pm
diff -u loncom/interface/loncommunicate.pm:1.18 loncom/interface/loncommunicate.pm:1.19
--- loncom/interface/loncommunicate.pm:1.18 Wed Jan 14 17:08:23 2004
+++ loncom/interface/loncommunicate.pm Wed Jan 14 22:53:12 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Communicate
#
-# $Id: loncommunicate.pm,v 1.18 2004/01/14 22:08:23 www Exp $
+# $Id: loncommunicate.pm,v 1.19 2004/01/15 03:53:12 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -79,7 +79,9 @@
$help{$_}=&Apache::loncommon::help_open_topic($_);
}
- $r->print(&Apache::loncommon::bodytag("Communication and Messages"));
+ $r->print(&Apache::loncommon::bodytag("Communication and Messages").
+ &Apache::loncommon::help_open_faq(12).
+ &Apache::loncommon::help_open_bug('Communication Tools'));
$r->print(<<END);
<table cellspacing="10" cellpadding="2">
<tr><td bgcolor="#FFFFAA">
Index: loncom/interface/lonmsg.pm
diff -u loncom/interface/lonmsg.pm:1.77 loncom/interface/lonmsg.pm:1.78
--- loncom/interface/lonmsg.pm:1.77 Tue Dec 30 21:33:27 2003
+++ loncom/interface/lonmsg.pm Wed Jan 14 22:53:12 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging
#
-# $Id: lonmsg.pm,v 1.77 2003/12/31 02:33:27 www Exp $
+# $Id: lonmsg.pm,v 1.78 2004/01/15 03:53:12 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1024,7 +1024,9 @@
if (!$ENV{'form.display'}) {
$r->print('<html><head><title>EMail and Messaging</title>'.
&Apache::loncommon::studentbrowser_javascript().'</head>'.
- &Apache::loncommon::bodytag('EMail and Messages'));
+ &Apache::loncommon::bodytag('EMail and Messages').
+ &Apache::loncommon::help_open_faq(12).
+ &Apache::loncommon::help_open_bug('Communication Tools'));
}
if ($ENV{'form.display'}) {
my $msgid=$ENV{'form.display'};
@@ -1051,7 +1053,9 @@
}
$r->print(&Apache::loncommon::studentbrowser_javascript().
'</head>'.
- &Apache::loncommon::bodytag('EMail and Messages'));
+ &Apache::loncommon::bodytag('EMail and Messages').
+ &Apache::loncommon::help_open_faq(12).
+ &Apache::loncommon::help_open_bug('Communication Tools'));
$r->print('<b>'.&mt('Subject').':</b> '.$content{'subject'}.
'<br><b>'.&mt('From').':</b> '.
&Apache::loncommon::aboutmewrapper(