diff options
author | David Lawrence <dkl@mozilla.com> | 2014-07-18 20:11:47 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-07-18 20:11:47 +0200 |
commit | e259f746c797a19f6417e71895fa4584fbefde7b (patch) | |
tree | b68b422104da3bc11464b84e96919711703b4fae /extensions/BMO/template | |
parent | 809f7531ca073da9f543a59769d1dab617915d71 (diff) | |
download | bugzilla-e259f746c797a19f6417e71895fa4584fbefde7b.tar.gz bugzilla-e259f746c797a19f6417e71895fa4584fbefde7b.tar.xz |
Bug 1040841: Provide good error message when people can't use form.legal
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl index de1848495..9167ffd09 100644 --- a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl @@ -13,3 +13,13 @@ out how to get the necessary permissions</a>. </p> [% END %] + +[% IF error == 'entry_access_denied' && product == 'Legal' %] + <p> + Unfortunately, we need to keep [% terms.bugs %] in the Legal product restricted to + employees, in order to preserve attorney-client privilege and protect confidentiality. + Due to the way [% terms.Bugzilla %] works, this means we can't let you file such a + [% terms.bug %] yourself. However, you can contact Mozilla Legal through either + legal-notices@mozilla.com or trademarks@mozilla.com, as appropriate. + </p> +[% END %] |