From c650592f1cdb27e5605d70a80ae03e9a2afb879b Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sun, 26 Feb 2012 00:46:11 +0100 Subject: Bug 696387: Remove useless calls to field-descs.none.tmpl r/a=LpSolit --- template/en/default/reports/duplicates-table.html.tmpl | 2 -- template/en/default/reports/old-charts.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-pie.png.tmpl | 2 -- template/en/default/reports/report-table.html.tmpl | 2 -- template/en/default/reports/report.csv.tmpl | 1 - template/en/default/reports/report.html.tmpl | 2 -- 8 files changed, 15 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 0e691bc8a..45cf8c394 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -22,8 +22,6 @@ # product: array of strings. Restrict to these products only. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [%# *** Column Headers *** %] [% SET columns = [ diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl index 844be3a42..12a0cdd83 100644 --- a/template/en/default/reports/old-charts.html.tmpl +++ b/template/en/default/reports/old-charts.html.tmpl @@ -12,8 +12,6 @@ # url_image: URL of the generated graph. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS global/header.html.tmpl title = "$terms.Bug Charts" h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" diff --git a/template/en/default/reports/report-bar.png.tmpl b/template/en/default/reports/report-bar.png.tmpl index 2c2bb0873..70d482ec9 100644 --- a/template/en/default/reports/report-bar.png.tmpl +++ b/template/en/default/reports/report-bar.png.tmpl @@ -8,8 +8,6 @@ [% y_label = "$terms.Bugs" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl index 5a6c96b84..073e69bcc 100644 --- a/template/en/default/reports/report-line.png.tmpl +++ b/template/en/default/reports/report-line.png.tmpl @@ -8,8 +8,6 @@ [% y_label = "$terms.Bugs" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-pie.png.tmpl b/template/en/default/reports/report-pie.png.tmpl index 68b92cbef..9d3f16fa3 100644 --- a/template/en/default/reports/report-pie.png.tmpl +++ b/template/en/default/reports/report-pie.png.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 250bdcec5..47efe183e 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -17,8 +17,6 @@ # tbl: Name of a hash in data which is the table to be plotted. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] diff --git a/template/en/default/reports/report.csv.tmpl b/template/en/default/reports/report.csv.tmpl index cc66c76c4..a4f85899e 100644 --- a/template/en/default/reports/report.csv.tmpl +++ b/template/en/default/reports/report.csv.tmpl @@ -5,7 +5,6 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH tbl = tbl_names %] [% PROCESS "reports/report-table.csv.tmpl" %] diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 074a99d32..84cefbded 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -34,8 +34,6 @@ [% row_field = "" %] [% END %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] -- cgit v1.2.3-24-g4f1b