diff options
author | gerv%gerv.net <> | 2002-04-20 07:37:42 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 07:37:42 +0200 |
commit | a12ec8dea07e38c55593109c3afaab13a29e499d (patch) | |
tree | 81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/bug/create | |
parent | 07466db53c0990b4cf9ccdedb08c1a075c18446e (diff) | |
download | bugzilla-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.gz bugzilla-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.xz |
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/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 cb82c8401..46995305c 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 +[% INCLUDE 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 %] +[% INCLUDE 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 9eba2edf5..431e478d1 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 +[% INCLUDE global/header.html.tmpl title = "Bug $bug_id Submitted" %] @@ -42,6 +42,6 @@ Attach a file to this bug</a>. </p> -[% INCLUDE show/navigate.html.tmpl %] +[% INCLUDE bug/navigate.html.tmpl %] -[% INCLUDE global/footer %] +[% INCLUDE 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 c5e017529..844a0bc35 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 +[% INCLUDE 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 %] +[% INCLUDE global/footer.html.tmpl %] |