From 47f8a39fe78a7048ce77236c5161b7c0682152ae Mon Sep 17 00:00:00 2001
From: "matty%chariot.net.au" <>
Date: Wed, 5 Jun 2002 10:40:27 +0000
Subject: Bug 148919: Make entryheader a separate template. (again)
---
template/en/default/bug/create/create.html.tmpl | 6 ++--
.../en/default/bug/create/user-message.html.tmpl | 34 ++++++++++++++++++++++
2 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 template/en/default/bug/create/user-message.html.tmpl
(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 f6a7e213f..3631c756c 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -37,8 +37,10 @@
|
- Before filling this in, please read the
- bug-writing guidelines.
+ [%# Migration note: The following file corresponds to the old Param
+ # 'entryheaderhtml'
+ #%]
+ [% INCLUDE 'bug/create/user-message.html.tmpl' %]
|
diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl
new file mode 100644
index 000000000..d17ea6df0
--- /dev/null
+++ b/template/en/default/bug/create/user-message.html.tmpl
@@ -0,0 +1,34 @@
+
+[%# 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): Matthew Tuck
+ #%]
+
+[%# Migration note: this file corresponds to the old Param
+ # 'entryheaderhtml'
+ #%]
+
+[%# You can make the output of this template product-specific by using
+ # Template Toolkit IF statements. The current product name is stored in
+ # the 'product' variable.
+ #%]
+
+Before reporting a bug, please read the
+bug writing guidelines, please look at the list of
+most frequently reported bugs, and please
+search for the bug.
--
cgit v1.2.1