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 -- template/en/default/attachment/create.html.tmpl | 2 -- template/en/default/bug/activity/table.html.tmpl | 2 -- template/en/default/bug/create/create.html.tmpl | 2 -- template/en/default/bug/dependency-tree.html.tmpl | 2 -- template/en/default/bug/edit.html.tmpl | 2 -- template/en/default/bug/show-multiple.html.tmpl | 2 -- template/en/default/bug/summarize-time.html.tmpl | 2 -- template/en/default/email/bugmail-common.txt.tmpl | 2 -- template/en/default/email/bugmail-header.txt.tmpl | 1 - template/en/default/email/bugmail.html.tmpl | 1 - template/en/default/email/bugmail.txt.tmpl | 1 - template/en/default/email/whine.txt.tmpl | 1 - 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 -- template/en/default/list/change-columns.html.tmpl | 1 - template/en/default/list/list.atom.tmpl | 2 -- template/en/default/list/list.csv.tmpl | 2 -- template/en/default/list/table.html.tmpl | 1 - template/en/default/pages/bug-writing.html.tmpl | 2 -- template/en/default/pages/fields.html.tmpl | 1 - template/en/default/pages/quicksearch.html.tmpl | 2 -- template/en/default/reports/duplicates-table.html.tmpl | 2 -- template/en/default/reports/old-charts.html.tmpl | 2 -- template/en/default/reports/report-bar.png.tmpl | 2 -- template/en/default/reports/report-line.png.tmpl | 2 -- template/en/default/reports/report-pie.png.tmpl | 2 -- template/en/default/reports/report-table.html.tmpl | 2 -- template/en/default/reports/report.csv.tmpl | 1 - template/en/default/reports/report.html.tmpl | 2 -- template/en/default/search/boolean-charts.html.tmpl | 2 -- template/en/default/search/search-report-select.html.tmpl | 2 -- template/en/default/whine/mail.html.tmpl | 2 -- 41 files changed, 75 deletions(-) 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'] diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 586d76611..97408deac 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %] [% header = BLOCK %]Create New Attachment for diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 073e82e5a..253d16109 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -20,8 +20,6 @@ # it was affected by an old Bugzilla bug.) #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS bug/time.html.tmpl %] [% IF incomplete_data %] diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 9786e517f..58fb0c937 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% title = BLOCK %]Enter [% terms.Bug %]: [% product.name FILTER html %][% END %] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 968243d1f..57fcdaa56 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS 'global/field-descs.none.tmpl' %] - [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %] [% PROCESS global/header.html.tmpl title = "Dependency tree for $terms.Bug $bugid" diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index afb61fdb4..d7c564fdb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS bug/time.html.tmpl %]