From eb2423b1c5e3090d09db856e7020f4dd24232674 Mon Sep 17 00:00:00 2001
From: "jocuri%softhome.net" <>
Date: Wed, 24 Nov 2004 06:41:43 +0000
Subject: Patch for bug 180879: Implement privs for bug flags modification;
patch by Frédéric Buclin , r=joel, a=justdave.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
template/en/default/admin/groups/delete.html.tmpl | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
(limited to 'template/en/default/admin/groups')
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl
index 905f68cf3..842e2c6f1 100644
--- a/template/en/default/admin/groups/delete.html.tmpl
+++ b/template/en/default/admin/groups/delete.html.tmpl
@@ -29,6 +29,7 @@
# hasusers: boolean int. True if the group includes users in it.
# hasbugs: boolean int. True if the group includes bugs in it.
# hasproduct: boolean int. True if the group is binded to a product.
+ # hasflags: boolean int. True if the group is used by a flag type.
# buglist: string. The list of bugs included in this group.
#%]
@@ -81,11 +82,20 @@
Delete this group anyway,
and make the [% name FILTER html %] publicly visible.
[% END %]
+
+ [% IF hasflags %]
+
This group restricts who can make changes to flags of certain types.
+ You cannot delete this group while there are flag types using it.
+
+ Show
+ me which types - Remove all
+ flag types from this group for me.
+ [% END %]
Confirmation
Do you really want to delete this group?
- [% IF (hasusers || hasbugs || hasproduct) %]
+ [% IF (hasusers || hasbugs || hasproduct || hasflags) %]
You must check all of the above boxes or correct the
indicated problems first before you can proceed.