From: Matt Selsky Date: Sat, 25 Feb 2012 23:46:11 +0000 (+0100) Subject: Bug 696387: Remove useless calls to field-descs.none.tmpl X-Git-Tag: bugzilla-4.3.1~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c650592f1cdb27e5605d70a80ae03e9a2afb879b;p=thirdparty%2Fbugzilla.git Bug 696387: Remove useless calls to field-descs.none.tmpl r/a=LpSolit --- diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl index cd420f4738..e3b9ef5f7e 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 315467b883..f442c59533 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 bc18f87670..c9744f45cd 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 8c0ee732f3..615f61fc75 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 f1103e0f3a..4d22801639 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 77a15a9fc2..0f572d5902 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 cc7e09b3ea..b5907d1d0b 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 03388925a9..403405b164 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 586d76611a..97408deac5 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 073e82e5a7..253d16109b 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 9786e517f6..58fb0c9373 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 968243d1fb..57fcdaa562 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 afb61fdb42..d7c564fdb0 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 %]