diff options
author | Andre Klapper <a9016009@gmx.de> | 2014-02-19 17:38:26 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-02-19 17:38:26 +0100 |
commit | 97cd64dac9b79d5cda2c0f4b6310c52ac3a2b169 (patch) | |
tree | 64e1ffce91ef3c265f7f5dc1b7239c6a8a505228 /template | |
parent | a6a0f4e17ba20c304417c26a842c01feb5ff51d3 (diff) | |
download | bugzilla-97cd64dac9b79d5cda2c0f4b6310c52ac3a2b169.tar.gz bugzilla-97cd64dac9b79d5cda2c0f4b6310c52ac3a2b169.tar.xz |
Bug 944543 - Create after_comment_commit_button hook in upstream
r=dkl,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 89b78bc9f..0da60e6c8 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1122,6 +1122,8 @@ <br> [% PROCESS commit_button id=""%] + [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %] + <table id="bug_status_bottom" class="status"> <tr> <th class="field_label"> |