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/global/message.html.tmpl | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/message.html.tmpl') diff --git a/template/en/default/global/message.html.tmpl b/template/en/default/global/message.html.tmpl index d0c8281eb..8738def08 100644 --- a/template/en/default/global/message.html.tmpl +++ b/template/en/default/global/message.html.tmpl @@ -1,7 +1,27 @@ +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): + #%] + [% DEFAULT title = "Bugzilla Message" %] -[% PROCESS global/header %] +[% PROCESS global/header.html.tmpl %] [%# The "header" template automatically displays the contents of a "message" variable if it finds one, so it is not necessary to display the message @@ -14,4 +34,4 @@

[% END %] -[% PROCESS global/footer %] +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b