diff options
Diffstat (limited to 'template')
-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> |