[Rt-commit] r8647 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Aug 20 13:25:58 EDT 2007


Author: sartak
Date: Mon Aug 20 13:25:58 2007
New Revision: 8647

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Display.html

Log:
 r37768 at gorgoroth:  sartak | 2007-08-20 13:24:41 -0400
 Enable unsigned message warning


Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Display.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Display.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Display.html	Mon Aug 20 13:25:58 2007
@@ -198,12 +198,13 @@
 </tr>
 </table>
 <& /Ticket/Elements/ShowHistory,
-    Ticket      => $Ticket,
-    Collapsed   => $ARGS{'Collapsed'}, 
-    ShowHeaders => $ARGS{'ShowHeaders'},
-    DisplayPath => RT->Config->Get('WebPath') ."/RTIR/Display.html?id=$id",
-    UpdatePath  => RT->Config->Get('WebPath') ."/RTIR/Update.html",
-    ForwardPath => RT->Config->Get('WebPath') ."/RTIR/Forward.html",
+    Ticket       => $Ticket,
+    Collapsed    => $ARGS{'Collapsed'}, 
+    ShowHeaders  => $ARGS{'ShowHeaders'},
+    DisplayPath  => RT->Config->Get('WebPath') ."/RTIR/Display.html?id=$id",
+    UpdatePath   => RT->Config->Get('WebPath') ."/RTIR/Update.html",
+    ForwardPath  => RT->Config->Get('WebPath') ."/RTIR/Forward.html",
+    WarnUnsigned => 1,
 &>
 <%INIT>
 my ($name);


More information about the Rt-commit mailing list