[%# 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 # Vaskin Kissoyan # # 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 bug/time.html.tmpl %]
[%# We aren't currently using the following fields, but they must be available when post updates the database. Read current values from the DB rather than using a default value that may not be correct. Unused fields are platform, OS and URL. %] [%# *** Hardware Reporter Product OS AddCC *** %] [% IF Param("usebugaliases") && UserInGroup("admin") %] [% END %]
[% terms.Bug %]#: [% bug.bug_id %]    Alias:
Opened: [% bug.creation_ts FILTER time %]    Updated: [% bug.delta_ts FILTER time %]
Status: [% bug.bug_status FILTER html %]    Resolution: [% bug.resolution FILTER html %] [% IF bug.resolution == "DUPLICATE" %] of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] [% END %]

Reporter: [% bug.reporter.name FILTER html %]
Assigned To: [% bug.assigned_to.name FILTER html %]
Add CC: [ Click here for staff e-mail group information ]
NOTE: Separate e-mail addresses with a space.
CC: [% IF bug.cc %]
Remove selected CCs
[% ELSE %] [% END %]

[% PROCESS select selname => "product" %] [% PROCESS select selname => "component" %] [% PROCESS select selname => "version" %] [% PROCESS select selname => "bug_severity" %] [% IF UserInGroup("admin") %] [% PROCESS select selname => "priority" %] [% ELSE %] [% END %]
Product:
Component:
Version:
Ticket Type:
Priority:

Summary:

[% IF Param('usestatuswhiteboard') && UserInGroup("admin") %]
Status Whiteboard:
[% END %] [%# *** Attachments *** %] [% PROCESS attachment/list.html.tmpl attachments = bug.attachments bugid = bug.bug_id num_attachment_flag_types = bug.num_attachment_flag_types show_attachment_flags = bug.show_attachment_flags %] [%# We're not using the QA contact, so this template doesn't support it. We are requiring group membership to see bugs, so set reporter_accessible and cclist_accessible to 1 (true) %] [% PROCESS bug/knob.html.tmpl %] [%# *** Additional Comments *** %]
Description:
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs mode = "edit" %] [%# *** Comments Groups *** %]
Add Additional Comments: [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] Private [% END %]


[%############################################################################%] [%# Block for dependencies #%] [%############################################################################%] [% BLOCK dependencies %] [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]: [% FOREACH depbug = bug.${dep.fieldname} %] [% depbug FILTER bug_link(depbug) %][% " " %] [% END %] [% END %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %]   [% END %]