Add missing fr translation for autosave feature
[manu/RT-Extension-Drafts.git] / rt-4.0.0-AfterMessageBox.patch
1 diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
2 index de3461e..0c41491 100755
3 --- a/share/html/Ticket/Update.html
4 +++ b/share/html/Ticket/Update.html
5 @@ -178,6 +178,7 @@
6  % $IncludeSignature = 0 if $Action ne 'Respond' && !RT->Config->Get('MessageBoxIncludeSignatureOnComment');
7  <& /Elements/MessageBox, Name=>"UpdateContent", IncludeSignature => $IncludeSignature, %ARGS &>
8  % }
9 +% $m->callback( %ARGS, CallbackName => 'AfterMessageBox' );
10  </td></tr>
11  
12      <& /Ticket/Elements/AddAttachments, %ARGS, TicketObj => $TicketObj &>