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/global/code-error.html.tmpl | 2 -- template/en/default/global/confirm-user-match.html.tmpl | 3 --- template/en/default/global/messages.html.tmpl | 2 -- 3 files changed, 7 deletions(-) (limited to 'template/en/default/global') 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 %] -- cgit v1.2.3-24-g4f1b