[Rt-commit] r12621 - in rt/branches/3.8-TESTING: share/html/Search

sartak at bestpractical.com sartak at bestpractical.com
Thu May 22 13:26:01 EDT 2008


Author: sartak
Date: Thu May 22 13:26:00 2008
New Revision: 12621

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Search/Bulk.html

Log:
 r56495 at onn:  sartak | 2008-05-22 13:25:29 -0400
 Add a post-ticketlist callback to Search/Bulk


Modified: rt/branches/3.8-TESTING/share/html/Search/Bulk.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Search/Bulk.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Search/Bulk.html	Thu May 22 13:26:00 2008
@@ -72,6 +72,8 @@
     BaseURL => RT->Config->Get('WebPath')."/Search/Bulk.html?"
    &>
 
+% $m->callback(CallbackName => 'AfterTicketList', ARGSRef => \%ARGS);
+
 <hr>
 
 <& /Elements/Submit, Label => loc('Update'), CheckAll => 1, ClearAll => 1 &>


More information about the Rt-commit mailing list