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/reports/duplicates-simple.html.tmpl | 2 -- template/en/default/reports/duplicates.html.tmpl | 2 -- template/en/default/reports/keywords.html.tmpl | 2 -- template/en/default/reports/menu.html.tmpl | 2 -- template/en/default/reports/report-bar.png.tmpl | 2 -- template/en/default/reports/report-line.png.tmpl | 2 -- template/en/default/reports/report-simple.html.tmpl | 2 -- template/en/default/reports/report-table.csv.tmpl | 1 - 8 files changed, 15 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index a08522790..2d7716d76 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -24,8 +24,6 @@ # You need to fulfill the interface to duplicates-table.html.tmpl. #%] -[% PROCESS global/variables.none.tmpl %] - diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index ff1c271fe..53793009e 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -30,8 +30,6 @@ # duplicates-table.html.tmpl. #%] -[% PROCESS global/variables.none.tmpl %] - [% IF product.size %] [% title = BLOCK %] Most Frequently Reported [% terms.Bugs %] for diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 045c6ebeb..cbf1cb505 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -28,8 +28,6 @@ # caneditkeywords: boolean. True if this user can edit keywords %] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Keyword Descriptions" %] diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index 5e19b1209..579890d11 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -23,8 +23,6 @@ # types in Bugzilla. #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Reporting and Charting Kitchen" doc_section = "reporting.html" diff --git a/template/en/default/reports/report-bar.png.tmpl b/template/en/default/reports/report-bar.png.tmpl index 649fba426..4c06a4094 100644 --- a/template/en/default/reports/report-bar.png.tmpl +++ b/template/en/default/reports/report-bar.png.tmpl @@ -18,8 +18,6 @@ # Contributor(s): Gervase Markham #%] -[% PROCESS global/variables.none.tmpl %] - [% y_label = "$terms.Bugs" %] [% PROCESS "global/field-descs.none.tmpl" %] diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl index 0edc0fee7..211732b84 100644 --- a/template/en/default/reports/report-line.png.tmpl +++ b/template/en/default/reports/report-line.png.tmpl @@ -18,8 +18,6 @@ # Contributor(s): Gervase Markham #%] -[% PROCESS global/variables.none.tmpl %] - [% y_label = "$terms.Bugs" %] [% PROCESS "global/field-descs.none.tmpl" %] diff --git a/template/en/default/reports/report-simple.html.tmpl b/template/en/default/reports/report-simple.html.tmpl index d358109f7..bdded75e1 100644 --- a/template/en/default/reports/report-simple.html.tmpl +++ b/template/en/default/reports/report-simple.html.tmpl @@ -17,8 +17,6 @@ # You need to fulfill the interface to report-table.html.tmpl. #%] -[% PROCESS global/variables.none.tmpl %] - [% title = "$terms.Bug List" %] diff --git a/template/en/default/reports/report-table.csv.tmpl b/template/en/default/reports/report-table.csv.tmpl index 4d8b50a85..0724f9cc9 100644 --- a/template/en/default/reports/report-table.csv.tmpl +++ b/template/en/default/reports/report-table.csv.tmpl @@ -20,7 +20,6 @@ [%# INTERFACE: # See report-table.html.tmpl. #%] -[% PROCESS global/variables.none.tmpl %] [% colsepchar = user.settings.csv_colsepchar.value %] -- cgit v1.2.3-24-g4f1b