]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 148919: Make entryheader a separate template (again).
authormatty%chariot.net.au <>
Wed, 5 Jun 2002 10:42:22 +0000 (10:42 +0000)
committermatty%chariot.net.au <>
Wed, 5 Jun 2002 10:42:22 +0000 (10:42 +0000)
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/create/user-message.html.tmpl [new file with mode: 0644]

index f6a7e213fab87e0ef2a4849ef0e4f3e6ccfbdd38..3631c756c89cefcee78d3a624de393851034df20 100644 (file)
   <tr>
     <td></td>
     <td colspan="3">
-      Before filling this in, please read the
-      <a href="bugwritinghelp.html">bug-writing guidelines</a>.
+    [%# Migration note: The following file corresponds to the old Param
+      # 'entryheaderhtml'
+      #%]
+    [% INCLUDE 'bug/create/user-message.html.tmpl' %]
     </td>
   </tr>
   
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 (file)
index 0000000..d17ea6d
--- /dev/null
@@ -0,0 +1,34 @@
+<!-- 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): Matthew Tuck <matty@chariot.net.au>
+  #%]
+
+[%# 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 <a href="bugwritinghelp.html">
+bug writing guidelines</a>, please look at the list of
+<a href="duplicates.cgi">most frequently reported bugs</a>, and please
+<a href="query.cgi">search</a> for the bug.