summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 09:51:01 +0100
committertimeless%mozdev.org <>2007-01-08 09:51:01 +0100
commit0c983a7266fe3c9057ab956d6608dc7f0b5b9b66 (patch)
tree1e61f5377d896bcc442af6c40bbaf361522ef347 /template/en/default/admin/products
parent03bd3f65f617717a24882c58f4a4d8189bb81140 (diff)
downloadbugzilla-0c983a7266fe3c9057ab956d6608dc7f0b5b9b66.tar.gz
bugzilla-0c983a7266fe3c9057ab956d6608dc7f0b5b9b66.tar.xz
Bug 365502 admin/products/confirm-delete uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl7
1 files changed, 4 insertions, 3 deletions
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 %]
+ </td>
<td>
[% IF product.versions.size > 0 %]
[% FOREACH v = product.versions %]
@@ -215,7 +216,7 @@
[% IF !Param("allowbugdeletion") %]
- Sorry, there
+ <p>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.</p>
[% ELSE %]
@@ -257,7 +258,7 @@
[% IF product.bug_count == 0 || Param('allowbugdeletion') %]
- <p>Do you really want to delete this product?<p>
+ <p>Do you really want to delete this product?</p>
<form method="post" action="editproducts.cgi">
<input type="submit" id="delete" value="Yes, delete">