summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/template
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/SecureMail/template')
-rw-r--r--extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl b/extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl
index 81436a46c..253fed29e 100644
--- a/extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl
+++ b/extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl
@@ -16,12 +16,12 @@
#
# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
-[% IF group.is_bug_group %]
+[% IF group.is_bug_group || group.name == Param('insidergroup') %]
<tr>
<th>Secure Bugmail:</th>
<td>
<input type="checkbox" id="secure_mail" name="secure_mail"
[% ' checked="checked"' IF group.secure_mail %]>
- </td>
+ </td>
</tr>
[% END %]