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
This commit is contained in:
reed%reedloden.com 2006-12-27 01:24:42 +00:00
parent 28077b383d
commit 91db19f831

View 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>