diff options
author | Sam James <sam@gentoo.org> | 2024-08-25 18:16:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-25 20:08:52 +0100 |
commit | f93e117ac397c747fce4017735706fc489231605 (patch) | |
tree | 43c9a4d2c412920b2f2d3d6bf8edd3ae0e06e7ed | |
parent | extensions: RestrictComments: adapt to no-modal (diff) | |
download | bugzilla-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.tmpl | 4 |
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=""%] |