summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-02-26 00:46:11 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-26 00:46:11 +0100
commitc650592f1cdb27e5605d70a80ae03e9a2afb879b (patch)
treedfb4675c3da4afc6db96e6ed8e98d2821a4831b8 /template/en/default/reports
parentdf2bdf8153e103826321d7363f9632b461e7589e (diff)
downloadbugzilla-c650592f1cdb27e5605d70a80ae03e9a2afb879b.tar.gz
bugzilla-c650592f1cdb27e5605d70a80ae03e9a2afb879b.tar.xz
Bug 696387: Remove useless calls to field-descs.none.tmpl
r/a=LpSolit
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/duplicates-table.html.tmpl2
-rw-r--r--template/en/default/reports/old-charts.html.tmpl2
-rw-r--r--template/en/default/reports/report-bar.png.tmpl2
-rw-r--r--template/en/default/reports/report-line.png.tmpl2
-rw-r--r--template/en/default/reports/report-pie.png.tmpl2
-rw-r--r--template/en/default/reports/report-table.html.tmpl2
-rw-r--r--template/en/default/reports/report.csv.tmpl1
-rw-r--r--template/en/default/reports/report.html.tmpl2
8 files changed, 0 insertions, 15 deletions
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 %]