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/global | |
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/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 24d0392ca..4a4720b2a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -20,8 +20,6 @@ # in this file; if you do not wish to change it, use the "none" filter. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% DEFAULT title = "Internal Error" %] [% error_message = BLOCK %] diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 7e35597ff..efa9dae3c 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -22,9 +22,6 @@ # self-referential URL #%] -[%# use the global field descs %] -[% PROCESS "global/field-descs.none.tmpl" %] - [%# This lists fields which use the user auto-completion feature and which # are not listed in field_descs. %] [% field_labels = { # Used by editcomponents.cgi diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3b2a1eb13..dcaf4b81a 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -10,8 +10,6 @@ # alphabetical order by message tag, and leave a blank line between messages. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% message_tag = message %] [% message = BLOCK %] |