[Rt-commit] rt branch, 4.0/aftermessagebox-callback, created. rt-4.0.0-181-g9e4002a

Emannuel Lacour elacour at bestpractical.com
Fri May 6 04:08:49 EDT 2011


The branch, 4.0/aftermessagebox-callback has been created
        at  9e4002a4863811f3cb28ed791be3349e04889389 (commit)

- Log -----------------------------------------------------------------
commit 9e4002a4863811f3cb28ed791be3349e04889389
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Fri May 6 10:08:05 2011 +0200

    Add a new callback "AfterMessageBox" in Ticket/Update.html

diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
index de3461e..0c41491 100755
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -178,6 +178,7 @@
 % $IncludeSignature = 0 if $Action ne 'Respond' && !RT->Config->Get('MessageBoxIncludeSignatureOnComment');
 <& /Elements/MessageBox, Name=>"UpdateContent", IncludeSignature => $IncludeSignature, %ARGS &>
 % }
+% $m->callback( %ARGS, CallbackName => 'AfterMessageBox' );
 </td></tr>
 
     <& /Ticket/Elements/AddAttachments, %ARGS, TicketObj => $TicketObj &>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list