From: guy.pyrzak%gmail.com <> Date: Thu, 20 Nov 2008 01:18:13 +0000 (+0000) Subject: Bug 464732: There is no label next to the Status drop-down X-Git-Tag: bugzilla-3.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59f273e96b1e7178a9fd32d1b8cfe33e0fd1634;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 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