diff options
author | timeless%mozdev.org <> | 2007-01-08 09:51:01 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 09:51:01 +0100 |
commit | 0c983a7266fe3c9057ab956d6608dc7f0b5b9b66 (patch) | |
tree | 1e61f5377d896bcc442af6c40bbaf361522ef347 /template/en/default | |
parent | 03bd3f65f617717a24882c58f4a4d8189bb81140 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/admin/products/confirm-delete.html.tmpl | 7 |
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"> |