summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/votes')
-rw-r--r--template/en/default/bug/votes/delete-all.html.tmpl4
-rw-r--r--template/en/default/bug/votes/list-for-bug.html.tmpl4
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl4
3 files changed, 6 insertions, 6 deletions
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 <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Remove your votes?"
%]
@@ -43,4 +43,4 @@
</p>
</form>
-[% 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 <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Show Votes"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
%]
@@ -46,4 +46,4 @@
<p>Total votes: [% total %]</p>
-[% 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 <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Show Votes"
h2 = user.name
%]
@@ -127,4 +127,4 @@
<a href="votehelp.html">Help with voting</a>.
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]