diff options
author | Simon Green <sgreen@redhat.com> | 2014-07-03 07:26:34 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-07-03 07:26:34 +0200 |
commit | 2a027a8f1ad01739e71d77ac89da00a2bf84f990 (patch) | |
tree | 3c5883828eb657a0d9c40c9d9a23d1131b85de63 /template | |
parent | 2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42 (diff) | |
download | bugzilla-2a027a8f1ad01739e71d77ac89da00a2bf84f990.tar.gz bugzilla-2a027a8f1ad01739e71d77ac89da00a2bf84f990.tar.xz |
Bug 1029354 - Add after_comment_textarea hook to edit attachment page
r=gerv, a=glob
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index f81486b27..77e3e571c 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -266,6 +266,7 @@ && user.settings.state_addselfcc.value == 'cc_unless_role') %]> <label for="addselfcc">Add me to CC list</label> [% END %] + [% Hook.process('after_comment_textarea') %] </div> [% END %] <div id="attachment_flags"> |