From: jocuri%softhome.net <> Date: Thu, 8 Jul 2004 06:44:01 +0000 (+0000) Subject: Patch for bug 249863: Move hidden initial state INPUT field at the beginning of the... X-Git-Tag: bugzilla-2.18rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df71955b11c27791f3b04808adbe31e3529f796;p=thirdparty%2Fbugzilla.git 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 ; r=vladd, a=justdave. --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 049640f2a5..571a263edb 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -70,6 +70,12 @@ function set_assign_to() {
+[% IF bug_status.size <= 1 %] + +[% END %] + + @@ -169,9 +175,6 @@ function set_assign_to() { -[% ELSE %] - [% END %]