diff options
author | gerv%gerv.net <> | 2002-04-20 05:37:42 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 05:37:42 +0000 |
commit | a12ec8dea07e38c55593109c3afaab13a29e499d (patch) | |
tree | 81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/bug/votes | |
parent | 07466db53c0990b4cf9ccdedb08c1a075c18446e (diff) | |
download | bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.gz bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.bz2 bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.xz bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.zip |
Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.
Diffstat (limited to 'template/en/default/bug/votes')
-rw-r--r-- | template/en/default/bug/votes/delete-all.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/votes/list-for-bug.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 4 |
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 %] |