--- loncom/interface/lonmsg.pm 2004/03/01 18:30:50 1.90 +++ loncom/interface/lonmsg.pm 2004/03/01 20:57:47 1.91 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.90 2004/03/01 18:30:50 www Exp $ +# $Id: lonmsg.pm,v 1.91 2004/03/01 20:57:47 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -857,8 +857,8 @@ ENDREC $r->print(<<"ENDCOMP"); $lt{'ad'}
username\@domain,username\@domain, ... - -$lt{'sb'}: + +$lt{'sb'}: $latexHelp

The file format for the uploaded portion of the message is: @@ -890,9 +890,9 @@ username3\@domain1: text The messages will be assembled from all lines with the respective username\@domain, and appended to the general message text.

-

+

$dispcrit - +

ENDUPLOAD } if ($broadcast eq 'group') { @@ -1016,6 +1016,15 @@ ENDRHEAD ENDBFORM } } + +# ----------------------------------------------- Generate the text input field + +sub textinputarea { + my ($r,$name,$quote)=@_; + $r->print(''); +} + # ----------------------------------------------------------- Display a message sub displaymessage {