Commit 88090bd2 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365562 admin/components/confirm-delete uses strange mark up

patch by bmo2007@rsz.jp r=timeless a=justdave
parent c0daed89
......@@ -104,7 +104,7 @@
[% IF comp.bug_count %]
[% IF !Param("allowbugdeletion") %]
<p>
Sorry, there
[% IF comp.bug_count > 1 %]
......@@ -122,7 +122,7 @@
[% END %]
to another component before you can delete this one.
</p>
[% ELSE %]
<table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td>
......@@ -143,7 +143,7 @@
[% IF comp.bug_count == 0 || Param('allowbugdeletion') %]
<p>Do you really want to delete this component?<p>
<p>Do you really want to delete this component?</p>
<form method="post" action="editcomponents.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