diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-02-26 00:46:11 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-26 00:46:11 +0100 |
commit | c650592f1cdb27e5605d70a80ae03e9a2afb879b (patch) | |
tree | dfb4675c3da4afc6db96e6ed8e98d2821a4831b8 /template/en/default/search | |
parent | df2bdf8153e103826321d7363f9632b461e7589e (diff) | |
download | bugzilla-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/search')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/search/search-report-select.html.tmpl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6a264ef15..e37d9d80e 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% types = [ "noop", "equals", diff --git a/template/en/default/search/search-report-select.html.tmpl b/template/en/default/search/search-report-select.html.tmpl index b7bf459ad..d806e2d03 100644 --- a/template/en/default/search/search-report-select.html.tmpl +++ b/template/en/default/search/search-report-select.html.tmpl @@ -11,8 +11,6 @@ # default.$name.0: string. The default value for the block, if any. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% BLOCK select %] [% Hook.process('rep_fields', 'search/search-report-select.html.tmpl') %] |