--- loncom/interface/lonmsg.pm 2005/01/04 15:36:38 1.129 +++ loncom/interface/lonmsg.pm 2005/01/25 15:28:02 1.130 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.129 2005/01/04 15:36:38 matthew Exp $ +# $Id: lonmsg.pm,v 1.130 2005/01/25 15:28:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -703,9 +703,9 @@ sub discrit { $content{'sendername'}.'@'. $content{'senderdomain'}.') '.$content{'time'}. '<br />'.&mt('Subject').': '.$content{'subject'}. - '<br /><blockquote>'. + '<br /><pre>'. &Apache::lontexconvert::msgtexconverted($content{'message'}). - '</blockquote><small>'. + '</pre><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').'">'. @@ -1238,9 +1238,9 @@ sub disfacetoface { &Apache::loncommon::plainname($content{'sendername'},$content{'senderdomain'}),$content{'sendername'},$content{'senderdomain'}).'</b> ('. $content{'sendername'}.'@'. $content{'senderdomain'}.') '.$content{'time'}. - '<br /><blockquote>'. + '<br /><pre>'. &Apache::lontexconvert::msgtexconverted($content{'message'}). - '</blockquote>'; + '</pre>'; } # Check to see if there were any messages. if ($result eq '') {