From 0c983a7266fe3c9057ab956d6608dc7f0b5b9b66 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 08:51:01 +0000 Subject: Bug 365502 admin/products/confirm-delete uses strange mark up patch by bmo2007@rsz.jp r=timeless a=justdave --- template/en/default/admin/products/confirm-delete.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products') diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index 84f8da569..8e5fbb11f 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -156,6 +156,7 @@ [% ELSE %] Versions: [% END %] + [% IF product.versions.size > 0 %] [% FOREACH v = product.versions %] @@ -215,7 +216,7 @@ [% IF !Param("allowbugdeletion") %] - Sorry, there +

Sorry, there [% IF product.bug_count > 1 %] are [% product.bug_count FILTER html %] [%+ terms.bugs %] @@ -231,7 +232,7 @@ that [% terms.bug %] [% END %] - to another product before you can delete this one. + to another product before you can delete this one.

[% ELSE %] @@ -257,7 +258,7 @@ [% IF product.bug_count == 0 || Param('allowbugdeletion') %] -

Do you really want to delete this product?

+

Do you really want to delete this product?

-- cgit v1.2.3-24-g4f1b