From 6ebdd1c35ac0af823a2cf40005f2114ce7b24990 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 Aug 2024 18:45:41 +0100 Subject: template: bug/edit: prettify disabled text Signed-off-by: Sam James --- template/en/default/bug/edit.html.tmpl | 9 ++++++--- 1 file 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 %] - + [% 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 %]
[% PROCESS commit_button id=""%] -- cgit v1.2.3-65-gdbad