diff options
author | gerv%gerv.net <> | 2002-04-24 08:27:23 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-24 08:27:23 +0200 |
commit | c29a6dcb565731ef6757a625b7374e7ff46d417c (patch) | |
tree | 0248868bb75ffc12c4074d79d3e97390fd9da5dd /template/en/default/bug | |
parent | 999195822166fd2bd5558a2c1f60460141aa7a2c (diff) | |
download | bugzilla-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.gz bugzilla-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.xz |
Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/activity/show.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/bug/choose-xml.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/choose.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/create/created.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/bug/create/make-template.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/dependency-graph.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 4 | ||||
-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 |
12 files changed, 27 insertions, 27 deletions
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index d3ca1ac0b..9bd0e0b37 100644 --- a/template/en/default/bug/activity/show.html.tmpl +++ b/template/en/default/bug/activity/show.html.tmpl @@ -26,7 +26,7 @@ # activity.html.tmpl template fulfilled. #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Changes made to bug $bug_id" h1 = "Activity log" h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" @@ -34,10 +34,10 @@ <br> -[% INCLUDE bug/activity/table.html.tmpl %] +[% PROCESS bug/activity/table.html.tmpl %] <p> <a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a> </p> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/choose-xml.html.tmpl b/template/en/default/bug/choose-xml.html.tmpl index 65d579679..d6bae93f6 100644 --- a/template/en/default/bug/choose-xml.html.tmpl +++ b/template/en/default/bug/choose-xml.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Display bugs as XML" %] @@ -44,4 +44,4 @@ </table> </form> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/choose.html.tmpl b/template/en/default/bug/choose.html.tmpl index f6c08adb6..a9a62567c 100644 --- a/template/en/default/bug/choose.html.tmpl +++ b/template/en/default/bug/choose.html.tmpl @@ -20,7 +20,7 @@ #%] [% UNLESS header_done %] - [% INCLUDE global/header.html.tmpl + [% PROCESS global/header.html.tmpl title = "Search by bug number" %] [% END %] @@ -33,4 +33,4 @@ </p> </form> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 46995305c..fe9688acd 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -20,7 +20,7 @@ # Ville Skyttä <ville.skytta@iki.fi> #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Enter Bug" h2 = "This page lets you enter a new bug into Bugzilla." %] @@ -230,7 +230,7 @@ <input type="hidden" name="form_name" value="enter_bug"> </form> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 431e478d1..7693fdbcf 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Bug $bug_id Submitted" %] @@ -42,6 +42,6 @@ Attach a file to this bug</a>. </p> -[% INCLUDE bug/navigate.html.tmpl %] +[% PROCESS bug/navigate.html.tmpl %] -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/create/make-template.html.tmpl b/template/en/default/bug/create/make-template.html.tmpl index 844a0bc35..1e2495ff8 100644 --- a/template/en/default/bug/create/make-template.html.tmpl +++ b/template/en/default/bug/create/make-template.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Bookmarks are your friend" h1 = "Template constructed" %] @@ -30,4 +30,4 @@ going to the bookmark will bring up the enter bug page with the fields initialized as you've requested. </p> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 631e49e5f..8521a0c35 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -40,7 +40,7 @@ %] [% END %] -[% INCLUDE global/header.html.tmpl %] +[% PROCESS global/header.html.tmpl %] <p> Green circles represent open bugs. @@ -95,4 +95,4 @@ <input type="submit" value="Change Parameters"> </form> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index b7b0d6995..deeb4e24d 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -21,7 +21,7 @@ [% filtered_desc = bug.short_desc FILTER html %] [% UNLESS header_done %] - [% INCLUDE global/header.html.tmpl + [% PROCESS global/header.html.tmpl title = "Bug $bug.bug_id - $bug.short_desc" h1 = "Bugzilla Bug $bug.bug_id" h2 = filtered_desc @@ -250,7 +250,7 @@ [%# *** Attachments *** %] - [% INCLUDE attachment/list.html.tmpl + [% PROCESS attachment/list.html.tmpl attachments = bug.attachments bugid = bug.bug_id %] @@ -501,7 +501,7 @@ <br> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] [%############################################################################%] diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 970af35ea..0290cb6d4 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -20,7 +20,7 @@ # Gervase Markham <gerv@gerv.net> #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Full Text Bug Listing" %] @@ -34,7 +34,7 @@ </p> [% END %] -[% INCLUDE global/footer %] +[% PROCESS global/footer.html.tmpl %] [%###########################################################################%] 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 %] |