[%# 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 #%] [% PROCESS global/variables.none.tmpl %] [% product_name = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Enter $terms.Bug: $product_name" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %] [% USE Bugzilla %]
[%# 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') %] [% sel = { description => 'Priority', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] [% END %] [% sel = { description => 'Severity', name => 'bug_severity' } %] [% INCLUDE select %] [% IF bug_status.size <= 1 %] [% ELSE %] [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] [% END %] [% IF UserInGroup(Param('timetrackinggroup')) %] [% END %] [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% ELSE %] [% END %] [% IF UserInGroup('editbugs') %] [% IF use_keywords %] [% END %] [% END %] [% UNLESS (Param('defaultplatform') && Param('defaultopsys')) %] [% END %]

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

Reporter: [% Bugzilla.user.login FILTER html %] Product: [% product FILTER html %]
Version: Component:
 
 
Initial State: [% default.bug_status FILTER html %]
Assign To: [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => assigned_to disabled => assigned_to_disabled size => 32 emptyok => 1 %]
Cc: [% INCLUDE global/userselect.html.tmpl name => "cc" value => cc disabled => cc_disabled size => 45 multiple => 5 %]
 
Estimated Hours:
Deadline: (YYYY-MM-DD)
 
URL:
Summary:
Description:
  
Keywords: (optional)
Depends on:
Blocks:
[% IF group.size %]
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 %]
    

We've made a guess at your [% IF Param('defaultplatform') %] operating system. Please check it [% ELSIF Param('defaultopsys') %] platform. Please check it [% ELSE %] operating system and platform. Please check them [% END %] 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 %]