]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365302 email userprefs doesn't tell you if you are a globalwatcher
authortimeless%mozdev.org <>
Sun, 22 Jul 2007 20:08:09 +0000 (20:08 +0000)
committertimeless%mozdev.org <>
Sun, 22 Jul 2007 20:08:09 +0000 (20:08 +0000)
r=lpsolit a=lpsolit

template/en/default/account/prefs/email.html.tmpl

index 1aa4dae76e5a7e4092e5e97f89b3991c093503a4..617bec8c6436319f861cbf79d33efdcd67ea1e22 100644 (file)
@@ -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>