diff options
author | Matt Tyson <mtyson@redhat.com> | 2012-10-04 16:07:57 +0800 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-04 16:07:57 +0800 |
commit | 58f4a0a76905da82e034fcc88ec8f9a01d5d4b44 (patch) | |
tree | 6611672fc774ad84cd1f7fad2460f2bd6f082ec9 /template/en/default/account | |
parent | 341d9da398c18bb508ebeaeb9e415d844285c7a0 (diff) | |
download | bugs-58f4a0a76905da82e034fcc88ec8f9a01d5d4b44.tar bugs-58f4a0a76905da82e034fcc88ec8f9a01d5d4b44.tar.gz bugs-58f4a0a76905da82e034fcc88ec8f9a01d5d4b44.tar.bz2 bugs-58f4a0a76905da82e034fcc88ec8f9a01d5d4b44.tar.xz bugs-58f4a0a76905da82e034fcc88ec8f9a01d5d4b44.zip |
Bug 796386: Warn user if bugmails have been disabled
r=glob, a=LpSolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 654b66673..3dbed12e0 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -19,6 +19,15 @@ # receiving mail for that reason when in that role. #%] +[%# If the user's bugmail has been disabled by admins, show a warning. %] +[% IF user.email_disabled %] + <div class="warningmessages"> + Your [% terms.bug %]mail has been disabled by the [% terms.Bugzilla %] + administrator. Please contact [% Param('maintainer') %] to enable + [%+ terms.bug %]mails. + </div> +[% END %] + <p> If you don't like getting a notification for "trivial" changes to [% terms.bugs %], you can use the settings below to |