From f59f273e96b1e7178a9fd32d1b8cfe33e0fd1634 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Thu, 20 Nov 2008 01:18:13 +0000 Subject: [PATCH] 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 cd75ddd43b..52d99a81c8 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -69,3 +69,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 e00300133a..077e511999 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -231,7 +231,7 @@
-
+ [% IF user.id %] : [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %] @@ -250,14 +250,23 @@ cols = constants.COMMENT_COLS %]
- - [% PROCESS bug/knob.html.tmpl %]
[% IF bug.user.canmove %] [% END %]
+ + + + + +
+ Status: + + + [% PROCESS bug/knob.html.tmpl %] +
[% ELSE %]
Note -- 2.47.2