From e9f859e128e5c9c6e74a95c79ab60ed123a94c14 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 23 Oct 2011 12:59:42 +0200 Subject: Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed r/a=mkanat --- template/en/default/email/flagmail.txt.tmpl | 2 -- template/en/default/email/lockout.txt.tmpl | 2 -- template/en/default/email/sanitycheck.txt.tmpl | 1 - template/en/default/email/sudo.txt.tmpl | 2 -- 4 files changed, 7 deletions(-) (limited to 'template/en/default/email') 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 #%] -[% 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 #%] -[% 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 #%] -[% 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 #%] -[% PROCESS global/variables.none.tmpl %] - Content-Type: text/plain From: [% Param('mailfrom') %] To: [% user.email %] -- cgit v1.2.3-24-g4f1b