diff options
author | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-11-29 23:08:50 +0100 |
commit | 894abc8a902615c294bc2b1708a5135df2500321 (patch) | |
tree | ea3cbba8200a9e8095e2258d9c4d73c21f23c800 /template/en | |
parent | 680b56b2bb98f094b93c0e80178f74f48194ac9a (diff) | |
download | bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.gz bugzilla-894abc8a902615c294bc2b1708a5135df2500321.tar.xz |
Bug 466912: The Commit button is too far on the right (align it with the comment box)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c4f2f0fc8..b00f1d3c3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -240,6 +240,8 @@ <table cellpadding="1" cellspacing="1"> <tr> <td id="comment_status_commit"> + <!-- The table keeps the commit button aligned with the box. --> + <table><tr><td> <a name="add_comment"></a> [% IF user.id %] <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>: @@ -275,6 +277,7 @@ </td> </tr> </table> + </td></tr></table> [% ELSE %] <fieldset> <legend>Note</legend> |