From fe6a41866c28c367385ab6a16c75198a8fbea4cc Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Wed, 27 Dec 2006 09:24:42 +0000 Subject: Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page" [p=reed r=LpSolit a=justdave] --- template/en/default/bug/create/create.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ac9e523a9..5957516f9 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -226,10 +226,10 @@ function handleWantsAttachment(wants_attachment) { - [% sel = { description => 'Platform', name => 'rep_platform' } %] + [% sel = { description => 'Severity', name => 'bug_severity' } %] [% INCLUDE select %] - [% sel = { description => 'OS', name => 'op_sys' } %] + [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] @@ -243,7 +243,7 @@ function handleWantsAttachment(wants_attachment) { [% END %] - [% sel = { description => 'Severity', name => 'bug_severity' } %] + [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] -- cgit v1.2.3-24-g4f1b