X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-Drafts.git;a=blobdiff_plain;f=rt-4.0.0-AfterMessageBox.patch;fp=rt-4.0.0-AfterMessageBox.patch;h=4805449c843feb911fb88a163dae1be7c7312e8c;hp=0000000000000000000000000000000000000000;hb=5e61c7dcc44296347675fc21a4c49e26b15c247f;hpb=3efd3a44c64b6682019fbb4c50989b003553ca78 diff --git a/rt-4.0.0-AfterMessageBox.patch b/rt-4.0.0-AfterMessageBox.patch new file mode 100644 index 0000000..4805449 --- /dev/null +++ b/rt-4.0.0-AfterMessageBox.patch @@ -0,0 +1,12 @@ +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' ); + + + <& /Ticket/Elements/AddAttachments, %ARGS, TicketObj => $TicketObj &>