From 135afb27802aae8e649e36f62b8037d939d2388a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 3 Jun 2015 15:31:50 +0800 Subject: Bug 1146781: implement the "ignore bug mail" checkbox --- .../hook/bug/edit-after_comment_commit_button.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'extensions/RestrictComments/template') diff --git a/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl b/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl index c5250c8c2..ab2d79f62 100644 --- a/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl +++ b/extensions/RestrictComments/template/en/default/hook/bug/edit-after_comment_commit_button.html.tmpl @@ -10,7 +10,7 @@ [% RETURN UNLESS user.in_group(Param('restrict_comments_enable_group')) %] [%# using a table to match alignment of the needinfo checkboxes %] - +
+[% IF bug_modal && bug.restrict_comments %] + + + + +
+ Commenting restricted to members of the [% Param('restrict_comments_group') FILTER html %] group. +
+[% END %] -- cgit v1.2.3-24-g4f1b