Commit fe6a4186 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page"…

Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page" [p=reed r=LpSolit a=justdave]
parent 88bee1a2
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment