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/admin/confirm-action.html.tmpl | 2 -- template/en/default/admin/params/bugchange.html.tmpl | 2 -- template/en/default/admin/params/common.html.tmpl | 2 -- template/en/default/admin/products/edit-common.html.tmpl | 2 -- template/en/default/admin/products/updated.html.tmpl | 2 -- template/en/default/admin/table.html.tmpl | 2 -- template/en/default/admin/workflow/comment.html.tmpl | 2 -- template/en/default/admin/workflow/edit.html.tmpl | 2 -- 8 files changed, 16 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl index cd420f473..e3b9ef5f7 100644 --- a/template/en/default/admin/confirm-action.html.tmpl +++ b/template/en/default/admin/confirm-action.html.tmpl @@ -15,8 +15,6 @@ # if he declines submission. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS global/header.html.tmpl title = "Suspicious Action" style_urls = ['skins/standard/global.css'] %] diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 315467b88..f442c5953 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -10,8 +10,6 @@ desc = "Set up $terms.bug change policies" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %] [% param_descs = { diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index bc18f8767..c9744f45c 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% sortlist_separator = '---' %]
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index 8c0ee732f..615f61fc7 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -12,8 +12,6 @@ # classification: Bugzilla::Classifiation object; classification product is in. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% IF Param('useclassification') %] Classification: diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index f1103e0f3..4d2280163 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -26,8 +26,6 @@ style_urls = ['skins/standard/admin.css'] %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% IF changes.name.defined %]

Updated product name from '[% changes.name.0 FILTER html %]' to diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 77a15a9fc..0f572d590 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -65,8 +65,6 @@ # #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [%################### TABLE HEADER ######################%] diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl index cc7e09b3e..b5907d1d0 100644 --- a/template/en/default/admin/workflow/comment.html.tmpl +++ b/template/en/default/admin/workflow/comment.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% INCLUDE global/header.html.tmpl title = "Comments Required on Status Transitions" style_urls = ['skins/standard/admin.css'] diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index 03388925a..403405b16 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% INCLUDE global/header.html.tmpl title = "Edit Workflow" style_urls = ['skins/standard/admin.css'] -- cgit v1.2.3-24-g4f1b