summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-23 12:59:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-23 12:59:42 +0200
commite9f859e128e5c9c6e74a95c79ab60ed123a94c14 (patch)
treed406010e0899dec3ecb15fdeec1fe6ed35ce5b53 /template/en/default/email
parent408ad74dc16baea554e37278169df5760eb53498 (diff)
downloadbugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.gz
bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.xz
Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed
r/a=mkanat
Diffstat (limited to 'template/en/default/email')
-rw-r--r--template/en/default/email/flagmail.txt.tmpl2
-rw-r--r--template/en/default/email/lockout.txt.tmpl2
-rw-r--r--template/en/default/email/sanitycheck.txt.tmpl1
-rw-r--r--template/en/default/email/sudo.txt.tmpl2
4 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/email/flagmail.txt.tmpl b/template/en/default/email/flagmail.txt.tmpl
index fb957484b..6b647fe0a 100644
--- a/template/en/default/email/flagmail.txt.tmpl
+++ b/template/en/default/email/flagmail.txt.tmpl
@@ -20,8 +20,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% bugidsummary = bug.bug_id _ ': ' _ bug.short_desc %]
[% attidsummary = attachment.id _ ': ' _ attachment.description %]
[% flagtype_name = flag ? flag.type.name : old_flag.type.name %]
diff --git a/template/en/default/email/lockout.txt.tmpl b/template/en/default/email/lockout.txt.tmpl
index ac6525779..86c5df1a4 100644
--- a/template/en/default/email/lockout.txt.tmpl
+++ b/template/en/default/email/lockout.txt.tmpl
@@ -18,8 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% Param('maintainer') %]
Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %])
diff --git a/template/en/default/email/sanitycheck.txt.tmpl b/template/en/default/email/sanitycheck.txt.tmpl
index 8826d4e39..f0ebbb72d 100644
--- a/template/en/default/email/sanitycheck.txt.tmpl
+++ b/template/en/default/email/sanitycheck.txt.tmpl
@@ -18,7 +18,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS "global/variables.none.tmpl" %]
From: [% Param('mailfrom') %]
To: [% addressee %]
Subject: [[% terms.Bugzilla %]] Sanity Check Results
diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl
index 74fbc4976..a11ed8bc8 100644
--- a/template/en/default/email/sudo.txt.tmpl
+++ b/template/en/default/email/sudo.txt.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
Content-Type: text/plain
From: [% Param('mailfrom') %]
To: [% user.email %]