[%# 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): Gervase Markham # Ville Skyttä # Shane H. W. Travis # # Additional customizations for the Westminster Public Library by: # Eric Sisler # Veronica Smith # # More information at: # http://wallace.westminster.lib.co.us/linux/linux-library.html#bugzilla # http://wallace.westminster.lib.co.us/bugzilla-custom/ #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Enter $terms.Bug" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %] [% USE Bugzilla %]
[%# We aren't currently using the following fields, but they must be available when a new bug is created, so provide default values. Unused fields are platform, OS, priority and URL. %] [%# Set the default bug status and assigned to values. Use unspecified for most versions, this can be changed on the second page. %]

[%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' #%] [% INCLUDE 'bug/create/user-message.html.tmpl' %]

[%# We can't use the select block in these two cases for various reasons. %] [% sel = { description => 'Ticket Type', name => 'bug_severity' } %] [% INCLUDE select %]
Reporter: [% Bugzilla.user.name FILTER html %]
Product: [% product FILTER html %]
Component:
CC: [ Click here for staff e-mail group information ]
NOTE: Separate e-mail addresses with a space.
Summary:
Description:

[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% IF sel.description %] [% sel.description %]: [% END %] [% END %]