Patch for bug 249863: Move hidden initial state INPUT field at the beginning of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.

This commit is contained in:
jocuri%softhome.net 2004-07-07 23:44:01 +00:00
Родитель 70e4938611
Коммит 8bf44bf33e
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -70,6 +70,12 @@ function set_assign_to() {
<form name="Create" id="Create" method="post" action="post_bug.cgi">
<input type="hidden" name="product" value="[% product FILTER html %]">
[% IF bug_status.size <= 1 %]
<input type="hidden" name="bug_status"
value="[% default.bug_status FILTER html %]">
[% END %]
<table cellspacing="2" cellpadding="0" border="0">
<tr>
@ -169,9 +175,6 @@ function set_assign_to() {
<td colspan="2"></td>
</tr>
[% ELSE %]
<input type="hidden" name="bug_status"
value="[% default.bug_status FILTER html %]">
[% END %]
<tr>