1
[%# The contents of this file are subject to the Mozilla Public
2
# License Version 1.1 (the "License"); you may not use this file
3
# except in compliance with the License. You may obtain a copy of
4
# the License at http://www.mozilla.org/MPL/
6
# Software distributed under the License is distributed on an "AS
7
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8
# implied. See the License for the specific language governing
9
# rights and limitations under the License.
11
# The Original Code is the Bugzilla Bug Tracking System.
13
# The Initial Developer of the Original Code is Netscape Communications
14
# Corporation. Portions created by Netscape are
15
# Copyright (C) 1998 Netscape Communications Corporation. All
18
# Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
22
# comp: object; Bugzilla::Component object representing the component the
24
# product: object; Bugzilla::Product object representing the product to
25
# which the component belongs.
28
[% title = BLOCK %]Adding new Component of Product
29
'[% product.name FILTER html %]'[% END %]
30
[% PROCESS global/header.html.tmpl
34
<p>The component '<a href="editcomponents.cgi?action=edit&product=
35
[%- product.name FILTER url_quote %]&component=[% comp.name FILTER url_quote %]">
36
[%- comp.name FILTER html %]</a>' has been created.</p>
38
[% PROCESS admin/components/footer.html.tmpl %]
40
[% PROCESS global/footer.html.tmpl %]