[%# 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ä # Mike MacKenzie #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Enter $terms.Bug (Expert)" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to(); setContentTypeDisabledState();" nav_selected = "new" %] [% USE Bugzilla %]
[% IF Param('usetargetmilestone') %] [% END %] [% IF bug_status.size <= 1 %] [% END %] [%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' #%] [% INCLUDE 'bug/create/user-message.html.tmpl' %]

[% terms.Bug %] Information

[%# We can't use the select block in these two cases for various reasons. %] [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] [% IF Param('letsubmitterchoosepriority') || UserInGroup('setpriority') %] [% sel = { description => 'Priority', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] [% END %] [% sel = { description => 'Severity', name => 'bug_severity' } %] [% INCLUDE select %] [% IF bug_status.size > 1 %] [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] [% END %] [% IF UserInGroup(Param('timetrackinggroup')) %] [% END %] [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% ELSE %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% IF UserInGroup('qa') %] [% END %] [% IF UserInGroup('devel') %] [% END %] [% IF UserInGroup('editbugs') %] [% IF use_keywords %] [% END %] [% IF Param('useissuetracker') && UserInGroup('issuetracker') %] [% END %] [% END %]
Reporter [% Bugzilla.user.login FILTER html %]
Product [% product FILTER html %]
Version
Component
Assign To
Cc
Estimated Hours
URL
Summary
Description
Please create attachment for large amounts of text such as log files, patches, test cases, etc.
Status Whiteboard
QA Whiteboard
Devel Whiteboard
Keywords
Issue Trackers
Depends on
Blocks
[% IF Param('external_bugs') %]

External [% terms.Bugzilla %]

[% PROCESS bug/create/external_bugzilla.html.tmpl %]
[% END %]

Create Attachment

File to Attach Enter the path to the file on your computer.
File Description Describe the attachment briefly.
File Content Type If the attachment is a patch, check the box below.


Otherwise, choose a method for determining the content type.


[% IF group.size %]

Group Permissions

Only users in all of the selected groups can view this [% terms.bug %]:
(Leave all boxes unchecked to make this a public [% terms.bug %].)
[% FOREACH g = group %]     
[% END %]
[% END %]
[% IF Param('usebrowserinfo') %] [% END %]
    

We've made a guess at your operating system and platform. Please check them and, if we got it wrong, email [%+ Param('maintainer') %].
[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% IF sel.description %] [% sel.description %] [% END %] [% END %]