--- loncom/interface/lonmsg.pm 2002/02/16 19:59:10 1.28 +++ loncom/interface/lonmsg.pm 2002/07/29 22:17:05 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.28 2002/02/16 19:59:10 harris41 Exp $ +# $Id: lonmsg.pm,v 1.36 2002/07/29 22:17:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,7 +40,7 @@ # 07/27,07/28,07/30,08/03,08/06,08/08,08/09,08/10,8/13,8/15, # 10/1,11/5 Gerd Kortemeyer # YEAR=2002 -# 1/1 Gerd Kortemeyer +# 1/1,3/18 Gerd Kortemeyer # package Apache::lonmsg; @@ -49,6 +49,8 @@ use Apache::lonnet(); use vars qw($msgcount); use HTML::TokeParser; use Apache::Constants qw(:common); +use Apache::loncommon; +use Apache::lontexconvert; # ===================================================================== Package @@ -303,21 +305,33 @@ ENDDISHEADER sub discrit { my $r=shift; - $r->print('
';
+ ' Send as critical message ' . $crithelp .
+ '
'.
+ ' Send as critical message ' .
+ ' and return receipt' . $crithelp . '
'; } $r->print(<<"ENDREPLY");