diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:04 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:04 +0200 |
commit | 163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12 (patch) | |
tree | 4a174a73d25d9678e22dcca65ddcfbe4729d851f /template | |
parent | acb2992c9b3baf976346c6ce5ae60e107551134d (diff) | |
download | bugzilla-163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12.tar.gz bugzilla-163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12.tar.xz |
Bug 803545 - Should be able to enter partial needinfo flag requestee
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 8d40e4ab7..b0c4e510e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1111,6 +1111,8 @@ <br> [% PROCESS commit_button id=""%] + [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %] + <table id="bug_status_bottom" class="status" cellspacing="0" cellpadding="0"> <tr> |