diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
commit | e9f859e128e5c9c6e74a95c79ab60ed123a94c14 (patch) | |
tree | d406010e0899dec3ecb15fdeec1fe6ed35ce5b53 /template/en/default/reports | |
parent | 408ad74dc16baea554e37278169df5760eb53498 (diff) | |
download | bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.gz bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.xz |
Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed
r/a=mkanat
Diffstat (limited to 'template/en/default/reports')
8 files changed, 0 insertions, 15 deletions
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 %] - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> 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 <gerv@gerv.net> #%] -[% 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 <gerv@gerv.net> #%] -[% 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 %] - <html> [% 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 %] |