[%# 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 #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %]
[%# *** Hardware Reporter Product OS AddCC *** %]
[% IF Param("usebugaliases") %] [% END %] [% PROCESS select selname => "product" accesskey => "p" %] [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %] [% PROCESS select selname => "component" accesskey => "m" %]
[% IF Param('useclassification') && bug.classification_id != 1 %] [[% bug.classification FILTER html %]] [% END %] [% terms.Bug %]#: [% bug.bug_id %]
Alias:
Product:
Component:
Status: [% status_descs.${bug.bug_status} FILTER html %]
Resolution: [% resolution_descs.${bug.resolution} FILTER html %] [% IF bug.resolution == "DUPLICATE" %] of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] [% END %]
Assigned To: [% bug.assigned_to.identity FILTER html %]
[% PROCESS select selname => "rep_platform" accesskey => "h" %] [% PROCESS select selname => "op_sys" accesskey => "o" %] [% PROCESS select selname => "version" %] [% PROCESS select selname => "priority" accesskey => "i" %] [% PROCESS select selname = "bug_severity" %] [% IF Param("usetargetmilestone") && bug.target_milestone %] [% PROCESS select selname = "target_milestone" %] [% END %]
Hardware:
OS:
Version:
Priority:
Severity:
[% IF bug.milestoneurl %] [% END %] Target Milestone[% "" IF bug.milestoneurl %]:
Reporter: [% bug.reporter.identity FILTER html %]
Add CC: [% INCLUDE global/userselect.html.tmpl name => "newcc" value => "" accesskey => "a" size => 30 multiple => 5 %]
CC: [% IF bug.cc %]
Remove selected CCs
[% ELSE %] [% END %]
[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %] [% IF Param('useqacontact') %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% IF bug.use_keywords %] [% END %]
QA Contact: [% INCLUDE global/userselect.html.tmpl name => "qa_contact" value => bug.qa_contact.login accesskey => "q" size => 60 emptyok => 1 %]
[% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] URL: [% ELSE %] URL: [% END %]
Summary:
Status Whiteboard:
Keywords:
[% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_types = bug.flag_types any_flags_requesteeble = bug.any_flags_requesteeble %] [% END %]
[% IF UserInGroup(Param('timetrackinggroup')) %]
Orig. Est. Current Est. Hours Worked Hours Left %Complete Gain Deadline
[% PROCESS formattimeunit time_unit=(bug.actual_time + bug.remaining_time) %] [% PROCESS formattimeunit time_unit=bug.actual_time %] + [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %] [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]
(YYYY-MM-DD)
Summarize time (including time for [% terms.bugs %] blocking this [% terms.bug %])
[% 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 %] [%# *** Dependencies Votes *** %] [% PROCESS dependencies dep = { title => "depends on", fieldname => "dependson" } %] [% PROCESS dependencies accesskey = "b" dep = { title => "blocks", fieldname => "blocked" } %]
Show dependency tree [% IF Param('webdotbase') %]
Show dependency graph [% END %]
[% IF bug.use_votes %]
Votes: [% bug.votes %]    Show votes for this [% terms.bug %]    Vote for this [% terms.bug %]
[% END %] [%# *** Comments Groups *** %]
Additional Comments: [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] Private [% END %]
[% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
[% END %]
[% IF bug.groups.size > 0 %] [% inallgroups = 1 %] [% inagroup = 0 %] [% FOREACH group = bug.groups %] [% SET inallgroups = 0 IF NOT group.ingroup %] [% SET inagroup = 1 IF group.ison %] [% IF NOT group.mandatory %] [% IF NOT emitted_description %] [% emitted_description = 1 %]
Only users in all of the selected groups can view this [% terms.bug %]:
(Unchecking all boxes makes this a more public [% terms.bug %].)

[% END %]      [% group.description %]
[% END %] [% END %] [% IF NOT inallgroups %] Only members of a group can change the visibility of [% terms.abug %] for that group
[% END %] [% IF inagroup %]

Users in the roles selected below can always view this [% terms.bug %]:
(The assignee [% IF (Param('useqacontact')) %] and QA contact [% END %] can always see [% terms.abug %], and this section does not take effect unless the [% terms.bug %] is restricted to at least one group.)

Reporter CC List

[% END %] [% END %] [% PROCESS bug/knob.html.tmpl %] [%# *** Additional Comments *** %]
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs mode = "edit" %]
[%############################################################################%] [%# 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 %]