#57165 add periodic autosave feature to RT-Extension-Drafts
[manu/RT-Extension-Drafts.git] / rt-3.8.10-AfterMessageBox.patch
1 diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
2 index 50c6f93..94e9a94 100755
3 --- a/share/html/Ticket/Update.html
4 +++ b/share/html/Ticket/Update.html
5 @@ -144,6 +144,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  </table>
12