[Rt-commit] r16019 - in rt/branches/3.999-DANGEROUS: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 17 23:29:27 EDT 2008


Author: sunnavy
Date: Wed Sep 17 23:29:24 2008
New Revision: 16019

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html

Log:
 r16771 at sunnavys-mb:  sunnavy | 2008-09-18 10:02:27 +0800
 don't use wrapper for Ticket/Display.html, because it outputs html which at least fools WWW::Mechanize


Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Display.html	Wed Sep 17 23:29:24 2008
@@ -45,8 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&| /_elements/wrapper, 
-    title => _("#%1: %2", $ticket_obj->id, $ticket_obj->subject),
+<& /Elements/Header,
+    title => _("#%1: %2", $ticket_obj->id, $ticket_obj->subject), 
     link_rel => \%link_rel &>
 <& /Ticket/Elements/Tabs, 
     ticket => $ticket_obj, 
@@ -83,7 +83,7 @@
 %     Callbackname => 'after_show_history',
 % );
 
-</&>
+% $m->comp('/Elements/Footer');
 <%ARGS>
 $id => undef
 $ticket_obj => undef


More information about the Rt-commit mailing list