From 8df71955b11c27791f3b04808adbe31e3529f796 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 8 Jul 2004 06:44:01 +0000 Subject: 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/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 049640f2a..571a263ed 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 %] -- cgit v1.2.3-24-g4f1b