diff options
author | gerv%gerv.net <> | 2002-04-24 06:27:23 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-24 06:27:23 +0000 |
commit | c29a6dcb565731ef6757a625b7374e7ff46d417c (patch) | |
tree | 0248868bb75ffc12c4074d79d3e97390fd9da5dd /template/en/default/bug/votes | |
parent | 999195822166fd2bd5558a2c1f60460141aa7a2c (diff) | |
download | bugs-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar bugs-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.gz bugs-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.bz2 bugs-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.xz bugs-c29a6dcb565731ef6757a625b7374e7ff46d417c.zip |
Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.
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 78224e6ec..f9df23894 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.html.tmpl +[% PROCESS global/header.html.tmpl title = "Remove your votes?" %] @@ -43,4 +43,4 @@ </p> </form> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS 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 44554f0ca..b58ba6ff4 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.html.tmpl +[% PROCESS 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.html.tmpl %] +[% PROCESS 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 e8850fc94..261e0f864 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.html.tmpl +[% PROCESS 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.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] |