RSS

(root)/bugzilla/trunk : 6949 : template/en/default/admin/components/created.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/components/created.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
 
  #%]
20
 
 
21
 
[%# INTERFACE:
22
 
  # comp: object; Bugzilla::Component object representing the component the
23
 
  #               user created.
24
 
  # product: object; Bugzilla::Product object representing the product to
25
 
  #               which the component belongs.
26
 
  #%]
27
 
  
28
 
[% title = BLOCK %]Adding new Component of Product
29
 
                   '[% product.name FILTER html %]'[% END %]
30
 
[% PROCESS global/header.html.tmpl
31
 
  title = title
32
 
%]
33
 
 
34
 
<p>The component '<a href="editcomponents.cgi?action=edit&amp;product=
35
 
   [%- product.name FILTER url_quote %]&amp;component=[% comp.name FILTER url_quote %]">
36
 
   [%- comp.name FILTER html %]</a>' has been created.</p>
37
 
 
38
 
[% PROCESS admin/components/footer.html.tmpl %]
39
 
 
40
 
[% PROCESS global/footer.html.tmpl %]

Loggerhead 1.18.1 is a web-based interface for Bazaar branches