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/activity/show.html.tmpl | 2 -- template/en/default/bug/choose.html.tmpl | 2 -- template/en/default/bug/create/created.html.tmpl | 2 -- template/en/default/bug/create/make-template.html.tmpl | 2 -- template/en/default/bug/create/user-message.html.tmpl | 2 -- template/en/default/bug/dependency-graph.html.tmpl | 2 -- template/en/default/bug/edit.html.tmpl | 2 -- template/en/default/bug/format_comment.txt.tmpl | 1 - template/en/default/bug/knob.html.tmpl | 1 - template/en/default/bug/navigate.html.tmpl | 1 - 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 -- template/en/default/bug/show.html.tmpl | 2 -- 17 files changed, 30 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index 67ac689ca..2fe15289f 100644 --- a/template/en/default/bug/activity/show.html.tmpl +++ b/template/en/default/bug/activity/show.html.tmpl @@ -26,8 +26,6 @@ # activity/table.html.tmpl template fulfilled. #%] -[% PROCESS global/variables.none.tmpl %] - [% filtered_desc = bug.short_desc FILTER html %] [% PROCESS global/header.html.tmpl title = "Changes made to $terms.bug $bug.bug_id" diff --git a/template/en/default/bug/choose.html.tmpl b/template/en/default/bug/choose.html.tmpl index 9009d3873..2b5b2ba2b 100644 --- a/template/en/default/bug/choose.html.tmpl +++ b/template/en/default/bug/choose.html.tmpl @@ -18,8 +18,6 @@ # Contributor(s): Gervase Markham #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Search by $terms.bug number" %] diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index d9eaccbbf..dbd81714f 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -28,8 +28,6 @@ # template bug/edit.html.tmpl #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS "bug/show-header.html.tmpl" %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $id Submitted – $filtered_desc" diff --git a/template/en/default/bug/create/make-template.html.tmpl b/template/en/default/bug/create/make-template.html.tmpl index 13974833a..869233f7d 100644 --- a/template/en/default/bug/create/make-template.html.tmpl +++ b/template/en/default/bug/create/make-template.html.tmpl @@ -24,8 +24,6 @@ # short_desc: Bug summary as entered in the form. #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Bookmarks are your friend" header = "Template constructed" diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl index ac2cc29df..b48c09b72 100644 --- a/template/en/default/bug/create/user-message.html.tmpl +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -27,8 +27,6 @@ # the 'product' variable. #%] -[% PROCESS global/variables.none.tmpl %] - Before reporting [% terms.abug %], please read the [% terms.bug %] writing guidelines, please look at the list of diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 78fc4a8aa..aa42d06b3 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -30,8 +30,6 @@ dependencies. (Optional) #%] -[% PROCESS global/variables.none.tmpl %] - [% title = "Dependency Graph" header = title %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 99b231c8e..75c263e68 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -24,8 +24,6 @@ # Elliotte Martin #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %] diff --git a/template/en/default/bug/format_comment.txt.tmpl b/template/en/default/bug/format_comment.txt.tmpl index 156798026..4c9cbee3f 100644 --- a/template/en/default/bug/format_comment.txt.tmpl +++ b/template/en/default/bug/format_comment.txt.tmpl @@ -29,7 +29,6 @@ #%] [%# Please don't use field-descs here. It can slow down Bugzilla. %] -[% PROCESS 'global/variables.none.tmpl' %] [% SET comment_body = comment.body %] diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index ac14e6dc0..8b3636f9e 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -21,7 +21,6 @@ # Guy Pyrzak #%] -[% PROCESS global/variables.none.tmpl %]
[% PROCESS bug/field.html.tmpl no_tds = 1 diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index 46b92aec4..f76bac023 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -21,7 +21,6 @@ [% RETURN IF !bug %] -[% PROCESS global/variables.none.tmpl %] [% IF bottom_navigator == 1 %]