From 58f4a0a76905da82e034fcc88ec8f9a01d5d4b44 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Thu, 4 Oct 2012 16:07:57 +0800 Subject: Bug 796386: Warn user if bugmails have been disabled r=glob, a=LpSolit --- template/en/default/account/prefs/email.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template/en/default/account/prefs') 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 %] +
+ Your [% terms.bug %]mail has been disabled by the [% terms.Bugzilla %] + administrator. Please contact [% Param('maintainer') %] to enable + [%+ terms.bug %]mails. +
+[% END %] +

If you don't like getting a notification for "trivial" changes to [% terms.bugs %], you can use the settings below to -- cgit v1.2.3-24-g4f1b