From 83a1538cf3f4358a0976a7bdb87611039263d00f Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Wed, 7 Jul 2004 23:44:01 +0000 Subject: [PATCH] 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. --- .../template/en/default/bug/create/create.html.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index 049640f2a51..571a263edbd 100644 --- a/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/webtools/bugzilla/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 %]