From a12ec8dea07e38c55593109c3afaab13a29e499d Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 20 Apr 2002 05:37:42 +0000 Subject: Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk. --- template/en/default/bug/create/create.html.tmpl | 4 ++-- template/en/default/bug/create/created.html.tmpl | 6 +++--- template/en/default/bug/create/make-template.html.tmpl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'template/en/default/bug/create') 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ä #%] -[% 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 @@ -[% 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 #%] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Bug $bug_id Submitted" %] @@ -42,6 +42,6 @@ Attach a file to this bug.

-[% 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 #%] -[% 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.

-[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.1