From d66d351c88c9dded446cc1b3546d47a0f12b6b87 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Thu, 20 Nov 2008 01:13:24 +0000 Subject: Bug 464732: There is no label next to the Status drop-down Patch By Guy Pyrzak r=mkanat, a=mkanat --- skins/standard/show_bug.css | 4 ++++ template/en/default/bug/edit.html.tmpl | 15 ++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 4fded9a95..e21cad1b8 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -65,3 +65,7 @@ #status { margin-bottom: 3ex; } + +#knob-buttons { + float: right; +} diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 0aacca98f..9eecb0213 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -239,7 +239,7 @@
-
+ [% IF user.id %] : [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %] @@ -258,14 +258,23 @@ cols = constants.COMMENT_COLS %]
- - [% PROCESS bug/knob.html.tmpl %]
[% IF bug.user.canmove %] [% END %]
+ + + + + +
+ Status: + + + [% PROCESS bug/knob.html.tmpl %] +
[% ELSE %]
Note -- cgit v1.2.3-24-g4f1b