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 @@
#status {
margin-bottom: 3ex;
}
#knob-buttons {
float: right;
}
......@@ -239,7 +239,7 @@
<br>
<table cellpadding="1" cellspacing="1">
<tr>
<td>
<td id="comment_status_commit">
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
......@@ -258,14 +258,23 @@
cols = constants.COMMENT_COLS
%]
<br>
<a name="bug_status_bottom"></a>
[% PROCESS bug/knob.html.tmpl %]
<div id="knob-buttons">
<input type="submit" value="Commit" id="commit">
[% IF bug.user.canmove %]
<input type="submit" name="action" id="action" value="[% Param("move-button-text") %]">
[% END %]
</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 %]
<fieldset>
<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