diff options
author | mkanat%bugzilla.org <> | 2009-09-11 01:45:01 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-09-11 01:45:01 +0200 |
commit | ea01e56cf04ced29a9aeed8d1c64f736a2762063 (patch) | |
tree | 04af2fe212afa5787b2086e5edb0feffba1c63cf /template | |
parent | d26ef3f6e793015f91ca0c9bc5dfda7c20d89835 (diff) | |
download | bugzilla-ea01e56cf04ced29a9aeed8d1c64f736a2762063.tar.gz bugzilla-ea01e56cf04ced29a9aeed8d1c64f736a2762063.tar.xz |
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
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 2ce19833e..924eae3b5 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -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> |