From: guy.pyrzak%gmail.com <> Date: Thu, 20 Nov 2008 01:13:24 +0000 (+0000) Subject: Bug 464732: There is no label next to the Status drop-down X-Git-Tag: bugzilla-3.3.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66d351c88c9dded446cc1b3546d47a0f12b6b87;p=thirdparty%2Fbugzilla.git Bug 464732: There is no label next to the Status drop-down Patch By Guy Pyrzak r=mkanat, a=mkanat --- diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 4fded9a95d..e21cad1b8e 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 0aacca98f1..9eecb02135 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