summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-23 12:59:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-23 12:59:42 +0200
commite9f859e128e5c9c6e74a95c79ab60ed123a94c14 (patch)
treed406010e0899dec3ecb15fdeec1fe6ed35ce5b53 /template/en/default/admin
parent408ad74dc16baea554e37278169df5760eb53498 (diff)
downloadbugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.gz
bugzilla-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.xz
Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed
r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/admin.html.tmpl2
-rw-r--r--template/en/default/admin/classifications/footer.html.tmpl2
-rw-r--r--template/en/default/admin/components/edit.html.tmpl2
-rw-r--r--template/en/default/admin/components/list.html.tmpl2
-rw-r--r--template/en/default/admin/components/select-product.html.tmpl2
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl2
-rw-r--r--template/en/default/admin/fieldvalues/list.html.tmpl2
-rw-r--r--template/en/default/admin/fieldvalues/select-field.html.tmpl2
-rw-r--r--template/en/default/admin/flag-type/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/flag-type/edit.html.tmpl2
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl2
-rw-r--r--template/en/default/admin/keywords/edit.html.tmpl2
-rw-r--r--template/en/default/admin/keywords/list.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/edit.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/list.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/select-product.html.tmpl2
-rw-r--r--template/en/default/admin/params/editparams.html.tmpl2
-rw-r--r--template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl1
-rw-r--r--template/en/default/admin/products/groupcontrol/edit.html.tmpl2
-rw-r--r--template/en/default/admin/products/list-classifications.html.tmpl2
-rw-r--r--template/en/default/admin/products/list.html.tmpl2
-rw-r--r--template/en/default/admin/sanitycheck/list.html.tmpl2
-rw-r--r--template/en/default/admin/sanitycheck/messages.html.tmpl2
-rw-r--r--template/en/default/admin/sudo.html.tmpl2
-rw-r--r--template/en/default/admin/versions/edit.html.tmpl2
-rw-r--r--template/en/default/admin/versions/list.html.tmpl2
-rw-r--r--template/en/default/admin/versions/select-product.html.tmpl2
27 files changed, 0 insertions, 53 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl
index 98f729b02..c4d49fd8d 100644
--- a/template/en/default/admin/admin.html.tmpl
+++ b/template/en/default/admin/admin.html.tmpl
@@ -13,8 +13,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Administer your installation ([% terms.Bugzilla %]
[%+ constants.BUGZILLA_VERSION FILTER html %])
diff --git a/template/en/default/admin/classifications/footer.html.tmpl b/template/en/default/admin/classifications/footer.html.tmpl
index db983aa74..9d3f4a57e 100644
--- a/template/en/default/admin/classifications/footer.html.tmpl
+++ b/template/en/default/admin/classifications/footer.html.tmpl
@@ -18,7 +18,5 @@
# Contributor(s): Nitish Bezzala <nbezzala@yahoo.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<p>Back to the <a href="./">main [% terms.bugs %] page</a>
or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 5236186cc..7a2025045 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -26,8 +26,6 @@
# which the component belongs.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]'
[% END %]
diff --git a/template/en/default/admin/components/list.html.tmpl b/template/en/default/admin/components/list.html.tmpl
index b45b97565..665f876ee 100644
--- a/template/en/default/admin/components/list.html.tmpl
+++ b/template/en/default/admin/components/list.html.tmpl
@@ -25,8 +25,6 @@
# which the component belongs.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Select component of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl
index 0910f9802..5f173b8f2 100644
--- a/template/en/default/admin/components/select-product.html.tmpl
+++ b/template/en/default/admin/components/select-product.html.tmpl
@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit components for which product?"
%]
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index 9c42ce639..65f5bf728 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -18,8 +18,6 @@
# field: Bugzilla::Field; The field this value belongs to.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Edit Value '[% value.name FILTER html %]' for the
'[% field.description FILTER html %]' ([% field.name FILTER html %]) field
diff --git a/template/en/default/admin/fieldvalues/list.html.tmpl b/template/en/default/admin/fieldvalues/list.html.tmpl
index 2b6aedb6f..660f9182c 100644
--- a/template/en/default/admin/fieldvalues/list.html.tmpl
+++ b/template/en/default/admin/fieldvalues/list.html.tmpl
@@ -26,8 +26,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Select value for the '[% field.description FILTER html %]'
([% field.name FILTER html %]) field[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/fieldvalues/select-field.html.tmpl b/template/en/default/admin/fieldvalues/select-field.html.tmpl
index 3704d42aa..ed2ff01d9 100644
--- a/template/en/default/admin/fieldvalues/select-field.html.tmpl
+++ b/template/en/default/admin/fieldvalues/select-field.html.tmpl
@@ -23,8 +23,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit values for which field?"
%]
diff --git a/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/template/en/default/admin/flag-type/confirm-delete.html.tmpl
index ed909417d..9fc6dcaa0 100644
--- a/template/en/default/admin/flag-type/confirm-delete.html.tmpl
+++ b/template/en/default/admin/flag-type/confirm-delete.html.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Confirm Deletion of Flag Type '[% flag_type.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 2cb985a47..eb713d978 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -20,8 +20,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS "global/js-products.html.tmpl" %]
[% IF action == "insert" %]
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index 220db8900..5b33308e2 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -19,8 +19,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS "global/js-products.html.tmpl" %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 65a62290b..b1b91f963 100644
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -24,8 +24,6 @@
# keyword: A Bugzilla::Keyword object.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit keyword"
%]
diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl
index c400a2362..50945ee67 100644
--- a/template/en/default/admin/keywords/list.html.tmpl
+++ b/template/en/default/admin/keywords/list.html.tmpl
@@ -28,8 +28,6 @@
# - bug_count: number. The number of bugs with the keyword.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Select keyword"
%]
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl
index ef4b7fcc4..e9eefdec9 100644
--- a/template/en/default/admin/milestones/edit.html.tmpl
+++ b/template/en/default/admin/milestones/edit.html.tmpl
@@ -25,8 +25,6 @@
# milestone the user wants to edit.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Edit Milestone '[% milestone.name FILTER html %]' of product '
[%- product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/milestones/list.html.tmpl b/template/en/default/admin/milestones/list.html.tmpl
index 6392f567f..b89b6920f 100644
--- a/template/en/default/admin/milestones/list.html.tmpl
+++ b/template/en/default/admin/milestones/list.html.tmpl
@@ -28,8 +28,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Select milestone of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/milestones/select-product.html.tmpl b/template/en/default/admin/milestones/select-product.html.tmpl
index 587db6d65..60b7c35ce 100644
--- a/template/en/default/admin/milestones/select-product.html.tmpl
+++ b/template/en/default/admin/milestones/select-product.html.tmpl
@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit milestones for which product?"
%]
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl
index fd38d65f0..7471f148f 100644
--- a/template/en/default/admin/params/editparams.html.tmpl
+++ b/template/en/default/admin/params/editparams.html.tmpl
@@ -24,8 +24,6 @@
# shutdown_is_active: boolean; is true when 'shutdownhtml' has been turned on.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% curpanel = -1 %]
[% panels = panels.nsort('sortkey') %]
diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
index 1fc92c928..f363fa9da 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -19,7 +19,6 @@
#
#%]
-[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Confirm Group Control Change for product '[%- product.name FILTER html %]'
[% END %]
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 8c634ebfe..12b504361 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -18,8 +18,6 @@
# Contributor(s): Joel Peshkin <bugreport@peshkin.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Edit Group Controls for [% product.name FILTER html %]
[% END %]
diff --git a/template/en/default/admin/products/list-classifications.html.tmpl b/template/en/default/admin/products/list-classifications.html.tmpl
index 161cc4b5b..cf69c6772 100644
--- a/template/en/default/admin/products/list-classifications.html.tmpl
+++ b/template/en/default/admin/products/list-classifications.html.tmpl
@@ -21,8 +21,6 @@
#
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Select Classification"
%]
diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl
index 0641c6283..eb875003f 100644
--- a/template/en/default/admin/products/list.html.tmpl
+++ b/template/en/default/admin/products/list.html.tmpl
@@ -22,8 +22,6 @@
# showbugcounts: boolean; true if bug counts should be included in the table
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% IF classification %]
[% classification_url_part = BLOCK %]&amp;classification=
[%- classification.name FILTER uri %]
diff --git a/template/en/default/admin/sanitycheck/list.html.tmpl b/template/en/default/admin/sanitycheck/list.html.tmpl
index 464297262..357349d76 100644
--- a/template/en/default/admin/sanitycheck/list.html.tmpl
+++ b/template/en/default/admin/sanitycheck/list.html.tmpl
@@ -15,8 +15,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl title = "Sanity Check"
style_urls = ['skins/standard/admin.css'] %]
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl
index 494a8cdf0..140358d7e 100644
--- a/template/en/default/admin/sanitycheck/messages.html.tmpl
+++ b/template/en/default/admin/sanitycheck/messages.html.tmpl
@@ -15,8 +15,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% san_message = BLOCK %]
[% IF san_tag == "checks_start" %]
OK, now running sanity checks.
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl
index 676959c34..6d0ab9b39 100644
--- a/template/en/default/admin/sudo.html.tmpl
+++ b/template/en/default/admin/sudo.html.tmpl
@@ -17,8 +17,6 @@
#
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-
-[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Begin sudo session"
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 497d67e2e..95b840877 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -25,8 +25,6 @@
# version the user wants to edit.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Edit Version '[% version.name FILTER html %]' of product '
[%- product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/versions/list.html.tmpl b/template/en/default/admin/versions/list.html.tmpl
index 69435d220..a96875597 100644
--- a/template/en/default/admin/versions/list.html.tmpl
+++ b/template/en/default/admin/versions/list.html.tmpl
@@ -24,8 +24,6 @@
# which the versions belongs.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Select version of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
diff --git a/template/en/default/admin/versions/select-product.html.tmpl b/template/en/default/admin/versions/select-product.html.tmpl
index 7fded475e..d92d47b1a 100644
--- a/template/en/default/admin/versions/select-product.html.tmpl
+++ b/template/en/default/admin/versions/select-product.html.tmpl
@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit versions for which product?"
%]