From 14bdbb69202f6500eedf2b407db862d14e48d560 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 25 Aug 2024 20:57:16 +0200 Subject: template: bug/edit: try again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Signed-off-by: Sam James --- template/en/default/bug/edit.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c07f0bf9c..f8287d456 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1152,11 +1152,12 @@ [% END %] [% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %] [% ELSE %] - [% INCLUDE bug/comment.html.tmpl + [% INCLUDE global/textarea.html.tmpl minrows = 10 maxrows = 25 - disabled = You are not allowed to make an additional comment on this bug. cols = constants.COMMENT_COLS + disabled = true + defaultcontent = You are not allowed to make an additional comment on this bug. %] [% END %]
-- cgit v1.2.3-65-gdbad