[%# 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): Gavin Shelley #%] [%# INTERFACE: # name: string; The name of the component # # description: string; Component description, may be empty # # bug_count: number; The number of bugs belonging to the component # # initialowner: string; default assignee, may be empty # # initialqacontact: string; if system parameter is set to use the default # qa contact field, then this will be it, # may be empty # # milestoneurl: string; milestone url, if milestones are in use, # may be empty # # product: string; The name of the product # # disallownew: boolean; Are new bugs allowed for the product flag # # product_description: string; Description of product #%] [% title = BLOCK %]Delete Component of Product '[% product FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF Param('useqacontact') %] [% END %] [% IF product_description %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Field Value
Component: [% name FILTER html %]
Component Description: [% description FILTER html %]
Default assignee: [% initialowner FILTER html %]
Default QA contact: [% initialqacontact FILTER html %]
Component of Product: [% product FILTER html %]
Product Description: [% product_description FILTER html %]
Product Milestone URL: [% milestoneurl FILTER html %]
Closed for [% terms.bugs %]: [% IF $disallownew %]Yes[% ELSE %]No[% END %]
[% terms.Bugs %]: [% IF bug_count %] [% bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF bug_count %] [% IF !Param("allowbugdeletion") %] Sorry, there [% IF bug_count > 1 %] are [% bug_count %] [%+ terms.bugs %] [% ELSE %] is [% bug_count %] [%+ terms.bug %] [% END %] outstanding for this component. You must reassign [% IF bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another component before you can delete this one. [% ELSE %]
There [% IF bug_count > 1 %] are [% bug_count %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] entered for this component! When you delete this component, ALL stored [% terms.bugs %] and their history will be deleted too.
[% END %] [% END %] [% IF bug_count == 0 || Param('allowbugdeletion') %]

Do you really want to delete this component?

[% END %] [% PROCESS admin/components/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]