From 070c5d78518686b62412e4ff3275b778f33f5368 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 14 Jun 2011 11:27:11 +0000 Subject: do not show the group selection to remove if there is no group to remove --- root/admin/account_group.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/admin/account_group.tt b/root/admin/account_group.tt index 3b175b7..c6e428b 100644 --- a/root/admin/account_group.tt +++ b/root/admin/account_group.tt @@ -13,6 +13,7 @@
+[% IF groups %]

[% l('Delete user [_1] from an existing group:', uid) %]

@@ -27,3 +28,4 @@

+[% END %] -- cgit v1.2.1