RSS

(root)/bugzilla/trunk : 6949 : template/en/default/admin/groups/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/groups/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): Dave Miller <justdave@syndicomm.com>
19
 
  #                 Joel Peshkin <bugreport@peshkin.net>
20
 
  #                 Jacob Steenhagen <jake@bugzilla.org>
21
 
  #                 Vlad Dascalu <jocuri@softhome.net>
22
 
  #%]
23
 
 
24
 
[%# INTERFACE:
25
 
  # name: string. The name of the group.
26
 
  #%]
27
 
 
28
 
 
29
 
[% PROCESS global/header.html.tmpl
30
 
  title = "Deleting group"
31
 
%]
32
 
 
33
 
<p>The group [% name FILTER html %] has been deleted.</p>
34
 
 
35
 
<p>Go back to the <a href="editgroups.cgi">group list</a>.
36
 
 
37
 
[% PROCESS global/footer.html.tmpl %] 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches