[LON-CAPA-cvs] cvs: loncom /interface lonmsg.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 25 Jan 2005 15:28:02 -0000
albertel Tue Jan 25 10:28:02 2005 EDT
Modified files:
/loncom/interface lonmsg.pm
Log:
- use <pre> rather than <blockquote> this finishes fixing 3507
Index: loncom/interface/lonmsg.pm
diff -u loncom/interface/lonmsg.pm:1.129 loncom/interface/lonmsg.pm:1.130
--- loncom/interface/lonmsg.pm:1.129 Tue Jan 4 10:36:38 2005
+++ loncom/interface/lonmsg.pm Tue Jan 25 10:28:02 2005
@@ -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 @@
$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 @@
&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 '') {