Commit a891093d authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365507 admin/versions/confirm-delete uses strange mark up

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 771b2716
......@@ -66,7 +66,7 @@
<h2>Confirmation</h2>
[% IF version.bug_count %]
<p>
Sorry, there
[% IF version.bug_count > 1 %]
are [% version.bug_count FILTER none %] [%+ terms.bugs %]
......@@ -82,10 +82,10 @@
that [% terms.bug %]
[% END %]
to another version before you can delete this one.
</p>
[% ELSE %]
<p>Do you really want to delete this version?<p>
<p>Do you really want to delete this version?</p>
<form method="post" action="editversions.cgi">
<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