Commit d66d351c authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 464732: There is no label next to the Status drop-down

Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent 1c61f36f
...@@ -65,3 +65,7 @@ ...@@ -65,3 +65,7 @@
#status { #status {
margin-bottom: 3ex; margin-bottom: 3ex;
} }
#knob-buttons {
float: right;
}
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
<br> <br>
<table cellpadding="1" cellspacing="1"> <table cellpadding="1" cellspacing="1">
<tr> <tr>
<td> <td id="comment_status_commit">
[% IF user.id %] [% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>: <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %] [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
...@@ -258,14 +258,23 @@ ...@@ -258,14 +258,23 @@
cols = constants.COMMENT_COLS cols = constants.COMMENT_COLS
%] %]
<br> <br>
<a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
<div id="knob-buttons"> <div id="knob-buttons">
<input type="submit" value="Commit" id="commit"> <input type="submit" value="Commit" id="commit">
[% IF bug.user.canmove %] [% IF bug.user.canmove %]
<input type="submit" name="action" id="action" value="[% Param("move-button-text") %]"> <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]">
[% END %] [% END %]
</div> </div>
<table class="status">
<tr>
<td class="field_label">
<b><a href="page.cgi?id=fields.html#status">Status</a></b>:
</td>
<td>
<a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
</td>
</tr>
</table>
[% ELSE %] [% ELSE %]
<fieldset> <fieldset>
<legend>Note</legend> <legend>Note</legend>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment