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/admin | |
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/admin')
8 files changed, 0 insertions, 16 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 = '---' %] <dl> 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') %] <tr> <th align="right">Classification:</th> 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 %] <p> 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 ######################%] <table id="admin_table" border="1" cellpadding="4" cellspacing="0"> 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'] |