summaryrefslogtreecommitdiffstats
path: root/extensions
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 /extensions
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 'extensions')
-rw-r--r--extensions/Voting/template/en/default/pages/voting.html.tmpl1
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl2
-rw-r--r--extensions/Voting/template/en/default/pages/voting/user.html.tmpl2
-rw-r--r--extensions/Voting/template/en/default/voting/delete-all.html.tmpl2
-rw-r--r--extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl2
5 files changed, 0 insertions, 9 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting.html.tmpl b/extensions/Voting/template/en/default/pages/voting.html.tmpl
index 99026c0d5..44e9e9a60 100644
--- a/extensions/Voting/template/en/default/pages/voting.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting.html.tmpl
@@ -19,7 +19,6 @@
# Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Voting" %]
<p>[% terms.Bugzilla %] has a "voting" feature. Each product allows users to
diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
index 4c69a45f6..b93ebc541 100644
--- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
@@ -26,8 +26,6 @@
# vote_count: integer. The number of times that user has votes for this bug.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% subheader = BLOCK %]
[% "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %] - [% bug.short_desc FILTER html %]
[% END %]
diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
index 61eaf8491..3c4aab1f9 100644
--- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
@@ -38,8 +38,6 @@
# all_bug_ids: List of all bug ids the user has voted for, across all products
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% IF !header_done %]
[% subheader = voting_user.login FILTER html %]
[% IF canedit %]
diff --git a/extensions/Voting/template/en/default/voting/delete-all.html.tmpl b/extensions/Voting/template/en/default/voting/delete-all.html.tmpl
index f0d3b7e13..15c3ce4cd 100644
--- a/extensions/Voting/template/en/default/voting/delete-all.html.tmpl
+++ b/extensions/Voting/template/en/default/voting/delete-all.html.tmpl
@@ -22,8 +22,6 @@
# This template has no interface.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Remove your votes?"
%]
diff --git a/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl b/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl
index bfb37c90d..6bfbf2325 100644
--- a/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl
+++ b/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): Emmanuel Seyman <eseyman@linagora.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% to %]
Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed.