compact): ?>
tabs; ?> sortBox; ?> limiter; ?> paginator; ?>
backendSelection; ?> filterEditor; ?>
translate('No backend found which is able to list groups') . '
'; return; } else { $extensible = $this->hasPermission('config/authentication/groups/add') && $backend instanceof Extensible; $reducible = $this->hasPermission('config/authentication/groups/remove') && $backend instanceof Reducible; } $firstRow = true; foreach ($groups as $group): ?> hasResult()): ?>
translate('Group'); ?> translate('Remove'); ?>
qlink($group->group_name, 'group/show', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'title' => sprintf($this->translate('Show detailed information for group %s'), $group->group_name) )); ?> qlink( null, 'group/remove', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'title' => sprintf($this->translate('Remove group %s'), $group->group_name), 'icon' => 'trash' ) ); ?>

translate('No groups found matching the filter'); ?>

qlink($this->translate('Add a new group'), 'group/add', array('backend' => $backend->getName()), array( 'icon' => 'plus', 'data-base-target' => '_next', 'class' => 'group-add' )); ?>