diff --git a/application/views/scripts/group/list.phtml b/application/views/scripts/group/list.phtml index 1f693f152..8c8a8a2a0 100644 --- a/application/views/scripts/group/list.phtml +++ b/application/views/scripts/group/list.phtml @@ -26,7 +26,10 @@ if (! isset($backend)) { $reducible = $this->hasPermission('config/authentication/groups/remove') && $backend instanceof Reducible; } -if (count($groups) > 0): ?> +$firstRow = true; +foreach ($groups as $group): ?> + + @@ -37,7 +40,7 @@ if (count($groups) > 0): ?> - + - + +hasResult()): ?>
qlink($group->group_name, 'group/show', array( 'backend' => $backend->getName(), @@ -62,7 +65,8 @@ if (count($groups) > 0): ?>