Commit 0c983a72 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365502 admin/products/confirm-delete uses strange mark up

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 03bd3f65
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
[% ELSE %] [% ELSE %]
Versions: Versions:
[% END %] [% END %]
</td>
<td> <td>
[% IF product.versions.size > 0 %] [% IF product.versions.size > 0 %]
[% FOREACH v = product.versions %] [% FOREACH v = product.versions %]
...@@ -215,7 +216,7 @@ ...@@ -215,7 +216,7 @@
[% IF !Param("allowbugdeletion") %] [% IF !Param("allowbugdeletion") %]
Sorry, there <p>Sorry, there
[% IF product.bug_count > 1 %] [% IF product.bug_count > 1 %]
are [% product.bug_count FILTER html %] [%+ terms.bugs %] are [% product.bug_count FILTER html %] [%+ terms.bugs %]
...@@ -231,7 +232,7 @@ ...@@ -231,7 +232,7 @@
that [% terms.bug %] that [% terms.bug %]
[% END %] [% END %]
to another product before you can delete this one. to another product before you can delete this one.</p>
[% ELSE %] [% ELSE %]
...@@ -257,7 +258,7 @@ ...@@ -257,7 +258,7 @@
[% IF product.bug_count == 0 || Param('allowbugdeletion') %] [% 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"> <form method="post" action="editproducts.cgi">
<input type="submit" id="delete" value="Yes, delete"> <input type="submit" id="delete" value="Yes, delete">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment