diff options
author | lpsolit%gmail.com <> | 2008-12-10 19:26:51 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-12-10 19:26:51 +0100 |
commit | e087aa6018bab95f403c836d12b30bb5ed39a626 (patch) | |
tree | 854a5c41e66b01678bf355c4d9a04232c1136e22 /template | |
parent | 65792b68dc19ad0be43473ca0ff6860e06b40421 (diff) | |
download | bugzilla-e087aa6018bab95f403c836d12b30bb5ed39a626.tar.gz bugzilla-e087aa6018bab95f403c836d12b30bb5ed39a626.tar.xz |
Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/params/admin.html.tmpl | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 57c76a93e..a4d22db73 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -31,7 +31,6 @@ # below), keyed by reasonname (e.g. comments; again, see # below). The value is a boolean - true if the user is # receiving mail for that reason when in that role. - # Also references the 'supportwatchers' Param. #%] [% PROCESS global/variables.none.tmpl %] @@ -264,7 +263,6 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb [% END %] [% END %] -[% IF Param('supportwatchers') %] <hr> <b>User Watching</b> @@ -306,8 +304,6 @@ You are currently not watching any users. [% END %] </p> -[% END %] - <hr> <br> diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl index 639ea66a1..dd83ebb2e 100644 --- a/template/en/default/admin/params/admin.html.tmpl +++ b/template/en/default/admin/params/admin.html.tmpl @@ -37,9 +37,5 @@ "$terms.Bugzilla will issue a warning in case you'd run into inconsistencies " _ "when you're about to do so, but such deletions remain kinda scary. " _ "So, you have to turn on this option before any such deletions " _ - "will ever happen.", - - supportwatchers => "Support one user watching (ie getting copies of all related " _ - "email about) another's ${terms.bugs}. Useful for people going on " _ - "vacation, and QA folks watching particular developers' ${terms.bugs}." } + "will ever happen." } %]
\ No newline at end of file |