From a12ec8dea07e38c55593109c3afaab13a29e499d Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 20 Apr 2002 05:37:42 +0000 Subject: Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk. --- template/en/default/bug/votes/delete-all.html.tmpl | 4 ++-- template/en/default/bug/votes/list-for-bug.html.tmpl | 4 ++-- template/en/default/bug/votes/list-for-user.html.tmpl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/votes') diff --git a/template/en/default/bug/votes/delete-all.html.tmpl b/template/en/default/bug/votes/delete-all.html.tmpl index 9a63f75af..78224e6ec 100644 --- a/template/en/default/bug/votes/delete-all.html.tmpl +++ b/template/en/default/bug/votes/delete-all.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham #%] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Remove your votes?" %] @@ -43,4 +43,4 @@

-[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/bug/votes/list-for-bug.html.tmpl b/template/en/default/bug/votes/list-for-bug.html.tmpl index a9bcaf5c8..44554f0ca 100644 --- a/template/en/default/bug/votes/list-for-bug.html.tmpl +++ b/template/en/default/bug/votes/list-for-bug.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham #%] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Show Votes" h2 = "Bug $bug_id" %] @@ -46,4 +46,4 @@

Total votes: [% total %]

-[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 96d9ad84a..e8850fc94 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham #%] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Show Votes" h2 = user.name %] @@ -127,4 +127,4 @@ Help with voting.

-[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b