Commit ea01e56c authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 512598: The "Save Changes" button wasn't aligned with the comment box if you…

Bug 512598: The "Save Changes" button wasn't aligned with the comment box if you were in the insidergroup Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent d26ef3f6
......@@ -238,7 +238,6 @@
<!-- The table keeps the commit button aligned with the box. -->
<a name="add_comment"></a>
[% IF user.id %]
<table><tr><td>
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF user.is_insider %]
<input type="checkbox" name="commentprivacy" value="1"
......@@ -250,7 +249,7 @@
group)
</label>
[% END %]
<br>
<table><tr><td>
[% INCLUDE global/textarea.html.tmpl
name = 'comment'
id = 'comment'
......@@ -271,7 +270,7 @@
</td>
</tr>
</table>
</td></tr></table>
</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