OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Apr-2003 16:20:00
Branch: HEAD Handle: 2003040215200000
Modified files:
openpkg-src/rt rt.patch
Log:
make messages appear as pre-formatted text
Summary:
Revision Changes Path
1.2 +14 -0 openpkg-src/rt/rt.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 rt.patch
--- openpkg-src/rt/rt.patch 2 Apr 2003 13:05:46 -0000 1.1
+++ openpkg-src/rt/rt.patch 2 Apr 2003 14:20:00 -0000 1.2
@@ -9,3 +9,17 @@
}
return ($email);
}
+--- html/Ticket/Elements/ShowMessageStanza.dist Wed Apr 2 15:28:24 2003
++++ html/Ticket/Elements/ShowMessageStanza Wed Apr 2 15:28:44 2003
+@@ -32,10 +32,9 @@
+ my $content = $stanza->{raw};
+ RT::Interface::Web::EscapeUTF8(\$content);
+ $m->comp('/Elements/Callback', content => \$content, %ARGS);
+- $content =~ s/\n/<br>/gi;
+
+ </%perl>
+-<font color="<%$colors[$Depth]%>"><%$content |n%><br></font>
++<font color="<%$colors[$Depth]%>"><pre><%$content |n%></pre><br></font>
+ % }
+ % }
+ <%INIT>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]