--- loncom/interface/lonmsg.pm 2002/03/18 18:38:04 1.29 +++ loncom/interface/lonmsg.pm 2002/07/22 14:23:29 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.29 2002/03/18 18:38:04 www Exp $ +# $Id: lonmsg.pm,v 1.35 2002/07/22 14:23:29 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,6 +49,7 @@ use Apache::lonnet(); use vars qw($msgcount); use HTML::TokeParser; use Apache::Constants qw(:common); +use Apache::loncommon; # ===================================================================== Package @@ -303,21 +304,31 @@ ENDDISHEADER sub discrit { my $r=shift; - $r->print('
';
+ ' Send as critical message ' . $crithelp .
+ '
'.
+ ' Send as critical message ' .
+ ' and return receipt' . $crithelp . '
'; } $r->print(<<"ENDREPLY");