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