summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones
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/milestones
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/milestones')
-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
3 files changed, 0 insertions, 6 deletions
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?"
%]