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/bug/process/bugmail.html.tmpl | 2 -- template/en/default/bug/process/confirm-duplicate.html.tmpl | 1 - template/en/default/bug/process/header.html.tmpl | 2 -- template/en/default/bug/process/midair.html.tmpl | 2 -- template/en/default/bug/process/results.html.tmpl | 2 -- template/en/default/bug/process/verify-new-product.html.tmpl | 2 -- 6 files changed, 11 deletions(-) (limited to 'template/en/default/bug/process') diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl index b0132a2fe..f11abdde8 100644 --- a/template/en/default/bug/process/bugmail.html.tmpl +++ b/template/en/default/bug/process/bugmail.html.tmpl @@ -24,8 +24,6 @@ # sent_bugmail: The results of Bugzilla::BugMail::Send(). #%] -[% PROCESS global/variables.none.tmpl %] -
[% PROCESS emails description = "Email sent to" diff --git a/template/en/default/bug/process/confirm-duplicate.html.tmpl b/template/en/default/bug/process/confirm-duplicate.html.tmpl index d89c8da23..d93632198 100644 --- a/template/en/default/bug/process/confirm-duplicate.html.tmpl +++ b/template/en/default/bug/process/confirm-duplicate.html.tmpl @@ -27,7 +27,6 @@ # of the original bug can access that bug. #%] -[% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title="Duplicate Warning" %] [% orig_bug = "$terms.bug $original_bug_id" FILTER bug_link(original_bug_id) %] diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index 6b608b9ed..e787951b5 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -22,8 +22,6 @@ # As global/header.html.tmpl. #%] -[% PROCESS global/variables.none.tmpl %] - [% USE Bugzilla %] [% PROCESS "bug/show-header.html.tmpl" %] diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 157cb44b4..4f7da2dcf 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -35,8 +35,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[% PROCESS global/variables.none.tmpl %] - [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %] diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index c62a7a597..04191c254 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -26,8 +26,6 @@ # and "dep" when a bug is checked for changes to its dependencies. #%] -[% PROCESS global/variables.none.tmpl %] - [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %] diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index c02c26470..6849da585 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -31,8 +31,6 @@ # verify_bug_groups: If groups need to be confirmed in addition to fields. #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = 'Verify New Product Details...' %] -- cgit v1.2.3-24-g4f1b