summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-11-18 08:18:54 +0100
committermkanat%bugzilla.org <>2009-11-18 08:18:54 +0100
commitb5349cdaca64ff48527fde698f781129a3b7e027 (patch)
treef30b275718e99245fb3da61e2378a3d585f94b69 /template
parentb47f92d8421d4c81e6cda17296a63c5f4139d816 (diff)
downloadbugzilla-b5349cdaca64ff48527fde698f781129a3b7e027.tar.gz
bugzilla-b5349cdaca64ff48527fde698f781129a3b7e027.tar.xz
Bug 525429: Template hook for verify-new-product
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index 2eeb9277e..1cc186c44 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -42,6 +42,7 @@
[% IF verify_bug_groups %]
[% exclude_items.push('bit-\d+') %]
[% END %]
+[% Hook.process('exclude') %]
[% PROCESS "global/hidden-fields.html.tmpl"
exclude = '^' _ exclude_items.join('|') _ '$' %]
@@ -110,6 +111,7 @@
size=10 %]
</td>
[% END %]
+ [% Hook.process('field') %]
</tr>
</table>