summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/message.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-20 07:37:42 +0200
committergerv%gerv.net <>2002-04-20 07:37:42 +0200
commita12ec8dea07e38c55593109c3afaab13a29e499d (patch)
tree81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/global/message.html.tmpl
parent07466db53c0990b4cf9ccdedb08c1a075c18446e (diff)
downloadbugzilla-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/global/message.html.tmpl')
-rw-r--r--template/en/default/global/message.html.tmpl24
1 files changed, 22 insertions, 2 deletions
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 @@
<!-- 1.0@bugzilla.org -->
+[%# 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 @@
</p>
[% END %]
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]