diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 10:13:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 10:13:26 +0000 |
commit | aab2a4a79338f3b79d17d3f7c880a7b0591f2904 (patch) | |
tree | cedf151ffbb65f2fa6bc3fe6a84b84ebe147f3e3 | |
parent | 4cc7937ed12d64386c6a96c7b82a7f272dcbffe9 (diff) | |
download | identity-aab2a4a79338f3b79d17d3f7c880a7b0591f2904.tar identity-aab2a4a79338f3b79d17d3f7c880a7b0591f2904.tar.gz identity-aab2a4a79338f3b79d17d3f7c880a7b0591f2904.tar.bz2 identity-aab2a4a79338f3b79d17d3f7c880a7b0591f2904.tar.xz identity-aab2a4a79338f3b79d17d3f7c880a7b0591f2904.zip |
do not show the form if group exist but is empty
-rw-r--r-- | root/admin/account_group.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/admin/account_group.tt b/root/admin/account_group.tt index c6e428b..cd3b528 100644 --- a/root/admin/account_group.tt +++ b/root/admin/account_group.tt @@ -13,7 +13,7 @@ <hr /> -[% IF groups %] +[% IF groups.size %] <h2>[% l('Delete user [_1] from an existing group:', uid) %] </h2> <form method="post" action=""> |