~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
20
 
  #%]
21
 
 
22
 
[%# INTERFACE:
23
 
  # comp: object; Bugzilla::Component object representing the component the
24
 
  #               user deleted.
25
 
  # product: object; Bugzilla::Product object representing the product to
26
 
  #               which the component belongs.
27
 
  #%]
28
 
  
29
 
[% title = BLOCK %]Deleted Component '[% comp.name FILTER html %]' from Product
30
 
                   '[% product.name FILTER html %]'[% END %]
31
 
[% PROCESS global/header.html.tmpl
32
 
  title = title
33
 
%]
34
 
 
35
 
<p>
36
 
[% IF comp.bug_count %]
37
 
  [% comp.bug_count FILTER none %]
38
 
  [%- IF comp.bug_count > 1 %] 
39
 
    [%+ terms.bugs %]
40
 
  [% ELSE %]
41
 
    [%+ terms.bug %]
42
 
  [% END %]
43
 
  deleted.
44
 
  </p><p>
45
 
  All references to those deleted [% terms.bugs %] have been removed.
46
 
[% ELSE %]
47
 
  No [% terms.bugs %] existed for the component.
48
 
[% END %]
49
 
</p>
50
 
 
51
 
<p>Flag inclusions and exclusions deleted.</p>
52
 
 
53
 
<p>Component '[% comp.name FILTER html %]' deleted.</p>
54
 
 
55
 
[% PROCESS admin/components/footer.html.tmpl
56
 
  no_edit_component_link = 1
57
 
 %]
58
 
 
59
 
[% PROCESS global/footer.html.tmpl %]