compact): ?>
= $this->translate('No user groups found matching the filter'); ?>
= $this->translate('User Group'); ?> | = $this->translate('Remove'); ?> |
---|---|
= $this->qlink( $group->group_name, 'group/show', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'title' => sprintf( $this->translate('Show detailed information for user group %s'), $group->group_name ) ) ); ?> | = $this->qlink( null, 'group/remove', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'title' => sprintf($this->translate('Remove user group %s'), $group->group_name), 'icon' => 'trash' ) ); ?> |