From f8e82d8447f1e1e51ec32c928d0a7c19b2d91d23 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Thu, 18 Dec 2008 17:18:18 +0000 Subject: Bug 419748 - Need to hook deleting products patch by ghendricks@novell.com r=mkanat a=mkanat --- template/en/default/admin/products/confirm-delete.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') 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') %]

Do you really want to delete this product?

-- cgit v1.2.3-24-g4f1b