diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-17 08:58:32 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-17 08:58:32 +0200 |
commit | 9bc1a835aff5b65e9f827d90b6f9a0db12c16fe9 (patch) | |
tree | 63341ff1fdc3f79edbd8669f0198339cbacfdcc2 /extensions/SecureMail/template/en/default | |
parent | cff766c15cffe2f1bd92fe361d9389353cedd2f4 (diff) | |
download | bugzilla-9bc1a835aff5b65e9f827d90b6f9a0db12c16fe9.tar.gz bugzilla-9bc1a835aff5b65e9f827d90b6f9a0db12c16fe9.tar.xz |
Bug 753632: allow private comments/attachments to trigger securemail
Diffstat (limited to 'extensions/SecureMail/template/en/default')
-rw-r--r-- | extensions/SecureMail/template/en/default/hook/admin/groups/edit-field.html.tmpl | 4 |
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 %] |