[%# 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: # comp: object; Bugzilla::Component object representing the component the # user wants to delete. # product: object; Bugzilla::Product object representing the product to # which the component belongs. #%] [% title = BLOCK %]Delete component '[% comp.name FILTER html %]' from '[% product.name FILTER html %]' product [% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF Param('useqacontact') %] [% END %] [% IF product.description %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Field Value
Component: [% comp.name FILTER html %]
Component Description: [% comp.description FILTER html_light %]
Default assignee: [% comp.default_assignee.login FILTER html %]
Default QA contact: [% comp.default_qa_contact.login FILTER html %]
Component of Product: [% product.name FILTER html %]
Product Description: [% product.description FILTER html_light %]
Product Milestone URL: [% product.milestone_url FILTER html %]
Closed for [% terms.bugs %]: [% IF product.disallow_new %]Yes[% ELSE %]No[% END %]
[% terms.Bugs %]: [% IF comp.bug_count %] [% comp.bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF comp.bug_count %] [% IF !Param("allowbugdeletion") %]

Sorry, there [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is [% comp.bug_count %] [%+ terms.bug %] [% END %] outstanding for this component. You must reassign [% IF comp.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another component before you can delete this one.

[% ELSE %]
There [% IF comp.bug_count > 1 %] are [% comp.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 comp.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 %]