diff options
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c02172b08..218e5debb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1152,9 +1152,12 @@ [% END %] [% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %] [% ELSE %] - <textarea disabled> - You are not allowed to make an additional comment on this [% terms.bug %]. - </textarea> + [% INCLUDE bug/comment.html.tmpl + minrows = 10 + maxrows = 25 + disabled = You are not allowed to make an additional comment on this [% terms.bug %]. + cols = constants.COMMENT_COLS + %] [% END %] <br> [% PROCESS commit_button id=""%] |