From e9f859e128e5c9c6e74a95c79ab60ed123a94c14 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 23 Oct 2011 12:59:42 +0200 Subject: Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed r/a=mkanat --- template/en/default/admin/components/edit.html.tmpl | 2 -- template/en/default/admin/components/list.html.tmpl | 2 -- template/en/default/admin/components/select-product.html.tmpl | 2 -- 3 files changed, 6 deletions(-) (limited to 'template/en/default/admin/components') 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?" %] -- cgit v1.2.3-24-g4f1b