diff options
author | timeless%mozdev.org <> | 2007-07-22 20:08:09 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-22 20:08:09 +0000 |
commit | b3389a8ce4312bbb7e27ffd17d454c35150c5888 (patch) | |
tree | 7dc368970e6e2eb5027f1cac3335ac901ef5e47c /template/en | |
parent | 9cd591485eb17d68ed5637b87d17cdad5536116a (diff) | |
download | bugs-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar bugs-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar.gz bugs-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar.bz2 bugs-b3389a8ce4312bbb7e27ffd17d454c35150c5888.tar.xz bugs-b3389a8ce4312bbb7e27ffd17d454c35150c5888.zip |
Bug 365302 email userprefs doesn't tell you if you are a globalwatcher
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 10 |
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> |