From 42c44b90deed374299ad79604a733ad52116ba7f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 18 Jul 2002 01:28:15 +0000 Subject: Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr=jouni. --- template/en/default/account/prefs/email.html.tmpl | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'template/en/default/account/prefs/email.html.tmpl') diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 41baae882..4205aee07 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -31,6 +31,8 @@ # receiving mail for that reason when in that role. # Also references the 'supportwatchers' Param. #%] + +[% useqacontact = Param('useqacontact') %] [% IF Param('supportwatchers') %] @@ -97,7 +99,7 @@
- - + [% IF useqacontact %] + + [% END %] @@ -146,6 +150,7 @@ [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] %] + [% NEXT IF role == "QAcontact" AND NOT useqacontact %]
+ When my relationship to this bug is: @@ -112,9 +114,11 @@ Assignee - QA Contact - + QA Contact + CC
-- cgit v1.2.3-24-g4f1b