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/create | |
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/create')
-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 |
3 files changed, 7 insertions, 7 deletions
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 %] |