]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page" ...
authorreed%reedloden.com <>
Wed, 27 Dec 2006 09:24:42 +0000 (09:24 +0000)
committerreed%reedloden.com <>
Wed, 27 Dec 2006 09:24:42 +0000 (09:24 +0000)
template/en/default/bug/create/create.html.tmpl

index ac9e523a9881a2adbf5fb66b2eec38cba2e35a3e..5957516f96afc4a8ec9ef8b6a4e9b26c3bf9cf7d 100644 (file)
@@ -226,10 +226,10 @@ function handleWantsAttachment(wants_attachment) {
   </tr>
 
   <tr>
-    [% 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 %]
   </tr>
 
@@ -243,7 +243,7 @@ function handleWantsAttachment(wants_attachment) {
       </td>
     [% END %]
 
-    [% sel = { description => 'Severity', name => 'bug_severity' } %]
+    [% sel = { description => 'OS', name => 'op_sys' } %]
     [% INCLUDE select %]
   </tr>