diff options
author | ghendricks%novell.com <> | 2008-12-18 18:18:18 +0100 |
---|---|---|
committer | ghendricks%novell.com <> | 2008-12-18 18:18:18 +0100 |
commit | f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23 (patch) | |
tree | 09a69b7e734d4e5ddf78572e916093ee6272ee93 /template/en | |
parent | f8a27359f31b44a6d93011a9ddd48261fd96d3b4 (diff) | |
download | bugzilla-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/en')
-rw-r--r-- | template/en/default/admin/products/confirm-delete.html.tmpl | 2 |
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> |