From: gerv%gerv.net <> Date: Thu, 25 Apr 2002 01:07:11 +0000 (+0000) Subject: Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv. X-Git-Tag: bugzilla-2.16rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357538cf09dac38231e7b33d85cae29a53f314c2;p=thirdparty%2Fbugzilla.git Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv. --- diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index d31ef12928..414639c22b 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -70,7 +70,7 @@ auto-detect
select from list:
enter manually: diff --git a/template/en/default/bug/process/confirm-duplicate.html.tmpl b/template/en/default/bug/process/confirm-duplicate.html.tmpl index d17bfa55fc..1725719005 100644 --- a/template/en/default/bug/process/confirm-duplicate.html.tmpl +++ b/template/en/default/bug/process/confirm-duplicate.html.tmpl @@ -29,7 +29,7 @@ # of the original bug can access that bug. #%] -[% PROCESS global/header title="Duplicate Warning" %] +[% PROCESS global/header.html.tmpl title="Duplicate Warning" %]

When marking a bug as a duplicate, the reporter of the duplicate @@ -70,4 +70,4 @@ -[% PROCESS global/footer %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 89ac71fe32..9b60857f33 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -22,8 +22,8 @@ [%# INTERFACE: # form: hash; the form values submitted to the script # operations: array; bug activity since the user last displayed the bug form, - # used by show/activity.html.tmpl to display recent changes that will be - # overwritten if the user submits these changes. See that template + # used by bug/activity/table.html.tmpl to display recent changes that will + # be overwritten if the user submits these changes. See that template # for further documentation. # start_at: number; the comment at which show/comments.tmpl should begin # displaying comments, either the index of the last comment (if the user @@ -41,7 +41,7 @@

- [% PROCESS "show/activity.html.tmpl" incomplete_data=0 %] + [% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]

[% IF comments.size > start_at %] @@ -72,4 +72,4 @@ You have the following choices: -[% PROCESS global/footer %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 2f319af2be..50600923d7 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -96,5 +96,5 @@
Cancel and Return to the Query Page -[% PROCESS global/footer %] +[% PROCESS global/footer.html.tmpl %]