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/attachment/choose.html.tmpl | 2 -- template/en/default/attachment/confirm-delete.html.tmpl | 2 -- template/en/default/attachment/created.html.tmpl | 1 - template/en/default/attachment/diff-footer.html.tmpl | 2 -- template/en/default/attachment/diff-header.html.tmpl | 2 -- template/en/default/attachment/edit.html.tmpl | 2 -- template/en/default/attachment/midair.html.tmpl | 1 - template/en/default/attachment/show-multiple.html.tmpl | 1 - template/en/default/attachment/updated.html.tmpl | 1 - 9 files changed, 14 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl index 700abb4e8..ac061135c 100644 --- a/template/en/default/attachment/choose.html.tmpl +++ b/template/en/default/attachment/choose.html.tmpl @@ -18,8 +18,6 @@ # Contributor(s): Gavin Shelley #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Locate attachment", onload = "document.forms['choose-id'].id.focus()" diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index 14c76c309..5d47effab 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -18,8 +18,6 @@ # token: string; The token used to identify the session. #%] -[% PROCESS global/variables.none.tmpl %] - [% title = BLOCK %] Delete Attachment [% a.id FILTER html %] of [% terms.Bug %] [%+ a.bug_id FILTER html %] [% END %] diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index da2fec823..a57c2fbf2 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -24,7 +24,6 @@ # Possible values: autodetect, list, manual. #%] -[% PROCESS global/variables.none.tmpl %] [% bug = bugs.0 %] [% PROCESS "bug/show-header.html.tmpl" %] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/attachment/diff-footer.html.tmpl b/template/en/default/attachment/diff-footer.html.tmpl index 49c662a98..db13b6822 100644 --- a/template/en/default/attachment/diff-footer.html.tmpl +++ b/template/en/default/attachment/diff-footer.html.tmpl @@ -23,8 +23,6 @@ [% IF headers %]
- - [% PROCESS global/variables.none.tmpl %] Return to [% "$terms.bug $bugid" FILTER bug_link(bugid) FILTER none %] [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index c13b2e7ba..763629a68 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -20,8 +20,6 @@ [%# Define strings that will serve as the title and header of this page %] -[% PROCESS global/variables.none.tmpl %] - [% title = BLOCK %] [% IF attachid %] Attachment #[% attachid %] for [% terms.bug %] #[% bugid %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index fbe3a9c79..a078141a2 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -20,8 +20,6 @@ # Guy Pyrzak #%] -[% PROCESS global/variables.none.tmpl %] - [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %] Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %] diff --git a/template/en/default/attachment/midair.html.tmpl b/template/en/default/attachment/midair.html.tmpl index f7f40fdcb..d580e95ea 100644 --- a/template/en/default/attachment/midair.html.tmpl +++ b/template/en/default/attachment/midair.html.tmpl @@ -31,7 +31,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Mid-air collision!" %]

Mid-air collision detected!

diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index e238e5f49..175e203d7 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -18,7 +18,6 @@ # Contributor(s): Myk Melez #%] -[% PROCESS global/variables.none.tmpl %] [% filtered_summary = bugsummary FILTER html %] [% header = BLOCK %]View All Attachments for [%+ "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %][% END %] diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index 9a74f5c98..dc23b34bb 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -23,7 +23,6 @@ # attachment: object of the attachment we just attached. #%] -[% PROCESS global/variables.none.tmpl %] [% bug = bugs.0 %] [% PROCESS "bug/show-header.html.tmpl" %] -- cgit v1.2.3-24-g4f1b