RSS

(root)/bugzilla/trunk : 6949 : template/en/default/admin/milestones/deleted.html.tmpl

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to template/en/default/admin/milestones/deleted.html.tmpl

Max Kanat-Alexander
2010-02-01 13:39:54
Revision ID: mkanat@bugzilla.org-20100201213954-6owd0g6vhlna09jw
Fix the data in the bzr repo to match the data in the CVS repo.
During the CVS imports into Bzr, there were some inconsistencies introduced
(mostly that files that were deleted in CVS weren't being deleted in Bzr).
So this checkin makes the bzr repo actually consistent with the CVS repo,
including fixing permissions of files.

Show diffs side-by-side

added added

removed removed

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/
5
 
  #
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.
10
 
  #
11
 
  # The Original Code is the Bugzilla Bug Tracking System.
12
 
  #
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
16
 
  # Rights Reserved.
17
 
  #
18
 
  # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
19
 
  #                 Frédéric Buclin <LpSolit@gmail.com>
20
 
  #%]
21
 
 
22
 
[%# INTERFACE:
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.
27
 
  #%]
28
 
  
29
 
[% title = BLOCK %]Deleted Milestone '[% milestone.name FILTER html %]' of Product
30
 
                   '[% product.name FILTER html %]'[% END %]
31
 
[% PROCESS global/header.html.tmpl
32
 
  title = title
33
 
%]
34
 
 
35
 
<p>
36
 
[% IF milestone.bug_count %]
37
 
 
38
 
  [% milestone.bug_count FILTER none %]
39
 
  [% IF milestone.bug_count > 1 %] 
40
 
    [%+ terms.bugs %]
41
 
  [% ELSE %]
42
 
    [%+ terms.bug %]
43
 
  [% END %]
44
 
  reassigned to the default milestone.
45
 
 
46
 
[% ELSE %]
47
 
  No [% terms.bugs %] were targetted at the milestone.
48
 
[% END %]
49
 
</p>
50
 
 
51
 
<p>Milestone '[% milestone.name FILTER html %]' deleted.</p>
52
 
 
53
 
[% PROCESS admin/milestones/footer.html.tmpl
54
 
  no_edit_milestone_link = 1
55
 
 %]
56
 
 
57
 
[% PROCESS global/footer.html.tmpl %]

Loggerhead 1.18.1 is a web-based interface for Bazaar branches