aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-25 20:57:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-25 20:57:16 +0200
commitf5cff7c538efa1d4d9d4a06030aa3fb0c9d3eaaf (patch)
treea842c3a23e248261ffb34c21dfc74e316cd8ba8d
parenttemplate: bug/edit: fix syntax (diff)
downloadbugzilla-f5cff7c538efa1d4d9d4a06030aa3fb0c9d3eaaf.tar.gz
bugzilla-f5cff7c538efa1d4d9d4a06030aa3fb0c9d3eaaf.tar.bz2
bugzilla-f5cff7c538efa1d4d9d4a06030aa3fb0c9d3eaaf.zip
template: bug/edit: try again
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--template/en/default/bug/edit.html.tmpl5
1 files changed, 3 insertions, 2 deletions
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 %]
<br>