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 --- extensions/Voting/template/en/default/pages/voting.html.tmpl | 1 - extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 2 -- extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 2 -- extensions/Voting/template/en/default/voting/delete-all.html.tmpl | 2 -- extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl | 2 -- 5 files changed, 9 deletions(-) (limited to 'extensions') 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 #%] -[% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Voting" %]

[% 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 #%] -[% PROCESS global/variables.none.tmpl %] - From: [% Param('mailfrom') %] To: [% to %] Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed. -- cgit v1.2.3-24-g4f1b