summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
authorreed%reedloden.com <>2006-12-27 10:24:42 +0100
committerreed%reedloden.com <>2006-12-27 10:24:42 +0100
commitfe6a41866c28c367385ab6a16c75198a8fbea4cc (patch)
tree2fc6ae007bf9db078dc148b0e709a89d71dee450 /template/en/default/bug/create/create.html.tmpl
parent88bee1a22ccbd05f3814266239aff23da1e3ae9d (diff)
downloadbugzilla-fe6a41866c28c367385ab6a16c75198a8fbea4cc.tar.gz
bugzilla-fe6a41866c28c367385ab6a16c75198a8fbea4cc.tar.xz
Bug 364926 - "Platform and OS should be next to each other on "Enter Bug" page" [p=reed r=LpSolit a=justdave]
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index ac9e523a9..5957516f9 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -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>