summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorghendricks%novell.com <>2008-12-18 18:18:18 +0100
committerghendricks%novell.com <>2008-12-18 18:18:18 +0100
commitf8e82d8447f1e1e51ec32c928d0a7c19b2d91d23 (patch)
tree09a69b7e734d4e5ddf78572e916093ee6272ee93 /template
parentf8a27359f31b44a6d93011a9ddd48261fd96d3b4 (diff)
downloadbugzilla-f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23.tar.gz
bugzilla-f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23.tar.xz
Bug 419748 - Need to hook deleting products
patch by ghendricks@novell.com r=mkanat a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 43ebf8a81..516672142 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -241,6 +241,8 @@
[% END %]
+[% Hook.process("confirmation") %]
+
[% IF product.bug_count == 0 || Param('allowbugdeletion') %]
<p>Do you really want to delete this product?</p>