[Rt-commit] r9270 - rt/branches/3.6-RELEASE/html/Ticket

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Oct 11 01:22:27 EDT 2007


Author: sunnavy
Date: Thu Oct 11 01:22:26 2007
New Revision: 9270

Modified:
   rt/branches/3.6-RELEASE/html/Ticket/History.html

Log:
added AfterShowHistory Callback in Ticket/History.html

Modified: rt/branches/3.6-RELEASE/html/Ticket/History.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/History.html	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/History.html	Thu Oct 11 01:22:26 2007
@@ -60,6 +60,8 @@
     AttachmentContent => $attachment_content
     &> 
 
+<& /Elements/Callback, _CallbackName => 'AfterShowHistory', Ticket => $Ticket, 
+current_tab => 'Ticket/History.html?id=' . $Ticket->id, %ARGS &>
 
 <%ARGS>
 $id => undef


More information about the Rt-commit mailing list