From 91db19f8319a0262dcb540ae66e65c286096f1ff Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 27 Dec 2006 01:24:42 +0000 Subject: [PATCH] Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page" [p=reed r=LpSolit a=justdave] git-svn-id: svn://10.0.0.236/trunk@217448 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/bug/create/create.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index ac9e523a988..5957516f96a 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]