From: jocuri%softhome.net <> Date: Sat, 20 Nov 2004 20:18:00 +0000 (+0000) Subject: Patch for bug 267494: 'Voter' column should not appear in email preferences if param... X-Git-Tag: bugzilla-2.18~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5640aa690574578d99c753d827fff74b52f7fd18;p=thirdparty%2Fbugzilla.git Patch for bug 267494: 'Voter' column should not appear in email preferences if param(usevotes) is false; patch by Shane H. W. Travis , r=vladd, a=justdave. --- diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 167954683d..ded4d30e36 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -18,6 +18,7 @@ # # Contributor(s): Gervase Markham # Myk Melez + # Shane H. W. Travis #%] [%# INTERFACE: @@ -35,6 +36,7 @@ [% PROCESS global/variables.none.tmpl %] [% useqacontact = Param('useqacontact') %] +[% usevotes = Param('usevotes') %] [% IF Param('supportwatchers') %] @@ -140,7 +142,7 @@ document.write(' - - + [% IF usevotes %] + + [% END %] [% bugLabelLower = BLOCK %] @@ -196,6 +200,7 @@ document.write('
+ When my relationship to this [% terms.bug %] is: @@ -163,9 +165,11 @@ document.write(' CC - Voter - + Voter +