From: guy.pyrzak%gmail.com <> Date: Wed, 5 Nov 2008 01:31:14 +0000 (+0000) Subject: Bug 452888: The status selector is too far from the comment box, leading to a serious... X-Git-Tag: bugzilla-3.2rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdeec4e1e0326b41f04c71c3ae133b36e792535;p=thirdparty%2Fbugzilla.git Bug 452888: The status selector is too far from the comment box, leading to a serious usability problem Patch By Guy Pyrzak r=mkanat, a=mkanat --- diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 3851315da4..cd75ddd43b 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -61,6 +61,11 @@ .bz_time_tracking_table .bz_summarize_time { text-align: right; } + #summary tr td { vertical-align:top; } + +#status { + margin-bottom: 3ex; +} diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 53efa0cb9c..87f39bc88e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -250,6 +250,8 @@ cols = constants.COMMENT_COLS %]
+ + [% PROCESS bug/knob.html.tmpl %]
[% IF bug.user.canmove %] @@ -413,7 +415,20 @@ Status: - [% PROCESS bug/knob.html.tmpl %] + + [% get_status(bug.bug_status) FILTER html %] + [% IF bug.resolution %] + [%+ get_resolution(bug.resolution) FILTER html %] + [% IF bug.dup_id %] + of + [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] + [% END %] + [% END %] + [% IF bug.user.canedit || bug.user.isreporter %] + (edit) + [% END %] + [% END %] diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 4cf6031e7e..24a3b41287 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -23,6 +23,7 @@ [% PROCESS global/variables.none.tmpl %]
+ [% initial_action_shown = 0 %] [% show_resolution = 0 %] [% bug_status_select_displayed = 0 %]