compact): ?>
= $this->translate('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 group %s'), $group->group_name) )); ?> | = $this->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' ) ); ?> |
= $this->translate('No groups found matching the filter'); ?>
= $this->qlink($this->translate('Add a new group'), 'group/add', array('backend' => $backend->getName()), array( 'icon' => 'plus', 'data-base-target' => '_next', 'class' => 'group-add' )); ?>