summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
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/account
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/account')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl2
-rw-r--r--template/en/default/account/auth/login.html.tmpl2
-rw-r--r--template/en/default/account/cancel-token.txt.tmpl2
-rw-r--r--template/en/default/account/create.html.tmpl2
-rw-r--r--template/en/default/account/created.html.tmpl2
-rw-r--r--template/en/default/account/email/change-new.txt.tmpl2
-rw-r--r--template/en/default/account/email/change-old.txt.tmpl2
-rw-r--r--template/en/default/account/email/request-new.txt.tmpl2
-rw-r--r--template/en/default/account/password/forgotten-password.txt.tmpl2
-rw-r--r--template/en/default/account/prefs/email.html.tmpl2
-rw-r--r--template/en/default/account/prefs/permissions.html.tmpl2
11 files changed, 0 insertions, 22 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index 39984aeaf..3d986010c 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[%# Use the current script name. If an empty name is returned,
# then we are accessing the home page. %]
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 80dd12153..469d29db1 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -26,8 +26,6 @@
[% IF !target %]
[% target = "index.cgi" %]
[% END %]
-
-[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Log in to $terms.Bugzilla",
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl
index 6619dedd3..51c3d4291 100644
--- a/template/en/default/account/cancel-token.txt.tmpl
+++ b/template/en/default/account/cancel-token.txt.tmpl
@@ -19,8 +19,6 @@
# Tobias Burnus <burnus@net-b.de>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% PROCESS subject %]
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 5b8220193..bf273e459 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -25,8 +25,6 @@
# Param("emailsuffix") is used to pre-fill the email field.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Create a new [% terms.Bugzilla %] account
[% END %]
diff --git a/template/en/default/account/created.html.tmpl b/template/en/default/account/created.html.tmpl
index d794198bc..71be8870e 100644
--- a/template/en/default/account/created.html.tmpl
+++ b/template/en/default/account/created.html.tmpl
@@ -23,8 +23,6 @@
# login: string. The user's Bugzilla login email address.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Request for new user account '[% login FILTER html %]' submitted
[% END %]
diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl
index b40ab9852..2d9301f1f 100644
--- a/template/en/default/account/email/change-new.txt.tmpl
+++ b/template/en/default/account/email/change-new.txt.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Email Address Request
diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl
index ee66c0f24..9446ee59f 100644
--- a/template/en/default/account/email/change-old.txt.tmpl
+++ b/template/en/default/account/email/change-old.txt.tmpl
@@ -23,8 +23,6 @@
# token: string. The token associated with this change.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Email Address Request
diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl
index 8fb36926f..c2fe7b70e 100644
--- a/template/en/default/account/email/request-new.txt.tmpl
+++ b/template/en/default/account/email/request-new.txt.tmpl
@@ -19,8 +19,6 @@
# email: email address of the new account.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% email %]
Subject: [% terms.Bugzilla %]: confirm account creation
diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl
index e014658dc..b4eea4875 100644
--- a/template/en/default/account/password/forgotten-password.txt.tmpl
+++ b/template/en/default/account/password/forgotten-password.txt.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Password Request
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 96a111bae..6a09b20a2 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -33,8 +33,6 @@
# receiving mail for that reason when in that role.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<p>
If you don't like getting a notification for "trivial"
changes to [% terms.bugs %], you can use the settings below to
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 5e8dc9ca2..981e1bd82 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -29,8 +29,6 @@
# other people.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<table align="center">
<tr>
<td>