aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-25 18:16:01 +0100
committerSam James <sam@gentoo.org>2024-08-25 20:08:52 +0100
commitf93e117ac397c747fce4017735706fc489231605 (patch)
tree43c9a4d2c412920b2f2d3d6bf8edd3ae0e06e7ed
parentextensions: RestrictComments: adapt to no-modal (diff)
downloadbugzilla-f93e117ac397c747fce4017735706fc489231605.tar.gz
bugzilla-f93e117ac397c747fce4017735706fc489231605.tar.bz2
bugzilla-f93e117ac397c747fce4017735706fc489231605.zip
template: bug/edit: improve disabled text
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--template/en/default/bug/edit.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index dcadb89d1..c02172b08 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -1152,7 +1152,9 @@
[% END %]
[% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %]
[% ELSE %]
- You are not allowed to make an additional comment on this [% terms.bug %].
+ <textarea disabled>
+ You are not allowed to make an additional comment on this [% terms.bug %].
+ </textarea>
[% END %]
<br>
[% PROCESS commit_button id=""%]