diff options
author | matty%chariot.net.au <> | 2002-06-05 12:40:27 +0200 |
---|---|---|
committer | matty%chariot.net.au <> | 2002-06-05 12:40:27 +0200 |
commit | 47f8a39fe78a7048ce77236c5161b7c0682152ae (patch) | |
tree | c2fbac045fdf20cb18718c063c42dd8cd5e8b7ae /template/en/default/bug | |
parent | b915835226f0b0cb463aaeb191ca31efb1cce84d (diff) | |
download | bugzilla-47f8a39fe78a7048ce77236c5161b7c0682152ae.tar.gz bugzilla-47f8a39fe78a7048ce77236c5161b7c0682152ae.tar.xz |
Bug 148919: Make entryheader a separate template. (again)
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/bug/create/user-message.html.tmpl | 34 |
2 files changed, 38 insertions, 2 deletions
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 @@ <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 index 000000000..d17ea6df0 --- /dev/null +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -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. |