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>
19
# Frédéric Buclin <LpSolit@gmail.com>
23
# product: object; Bugzilla::Product object representing the product to
24
# which the milestone belongs.
25
# milestone: object; Bugzilla::Milestone object representing the
26
# milestone the user deleted.
29
[% title = BLOCK %]Deleted Milestone '[% milestone.name FILTER html %]' of Product
30
'[% product.name FILTER html %]'[% END %]
31
[% PROCESS global/header.html.tmpl
36
[% IF milestone.bug_count %]
38
[% milestone.bug_count FILTER none %]
39
[% IF milestone.bug_count > 1 %]
44
reassigned to the default milestone.
47
No [% terms.bugs %] were targetted at the milestone.
51
<p>Milestone '[% milestone.name FILTER html %]' deleted.</p>
53
[% PROCESS admin/milestones/footer.html.tmpl
54
no_edit_milestone_link = 1
57
[% PROCESS global/footer.html.tmpl %]