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): Dave Miller <justdave@syndicomm.com>
19
# Joel Peshkin <bugreport@peshkin.net>
20
# Jacob Steenhagen <jake@bugzilla.org>
21
# Vlad Dascalu <jocuri@softhome.net>
25
# name: string. The name of the group.
29
[% PROCESS global/header.html.tmpl
30
title = "Deleting group"
33
<p>The group [% name FILTER html %] has been deleted.</p>
35
<p>Go back to the <a href="editgroups.cgi">group list</a>.
37
[% PROCESS global/footer.html.tmpl %]