summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-22 22:08:09 +0200
committertimeless%mozdev.org <>2007-07-22 22:08:09 +0200
commitb3389a8ce4312bbb7e27ffd17d454c35150c5888 (patch)
tree7dc368970e6e2eb5027f1cac3335ac901ef5e47c /template/en/default/account
parent9cd591485eb17d68ed5637b87d17cdad5536116a (diff)
downloadbugzilla-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar.gz
bugzilla-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar.xz
Bug 365302 email userprefs doesn't tell you if you are a globalwatcher
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 1aa4dae76..617bec8c6 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -100,6 +100,16 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
<br>
</td>
</tr>
+[% IF user.is_global_watcher %]
+ <tr>
+ <td width="150"></td>
+ <td>
+ You are watching all [% terms.bugs %]. To be removed from this role,
+ contact
+ <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
+ </td>
+ </tr>
+[% END %]
</table>
<hr>