hasPermission('config/authentication/groups/add') && $backend instanceof Extensible; $editLink = null; if ($this->hasPermission('config/authentication/groups/edit') && $backend instanceof Updatable) { $editLink = $this->qlink( null, 'group/edit', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'title' => sprintf($this->translate('Edit group %s'), $group->group_name), 'class' => 'group-edit', 'icon' => 'edit' ) ); } ?>
= $this->escape($group->group_name); ?>
= $editLink; ?>= $this->translate('Created at'); ?>: = $group->created_at === null ? '-' : $this->formatDateTime($group->created_at); ?>
= $this->translate('Last modified'); ?>: = $group->last_modified === null ? '-' : $this->formatDateTime($group->last_modified); ?>
= $this->translate('Username'); ?> | = $this->translate('Remove'); ?> |
---|---|
= $this->escape($member->user_name); ?> | getElement('user_name')->setValue($member->user_name); echo $removeForm; ?> |
= $this->translate('No group member found matching the filter'); ?>
= $this->qlink($this->translate('Add a new member'), 'group/addmember', array( 'backend' => $backend->getName(), 'group' => $group->group_name ), array( 'icon' => 'plus', 'data-base-target' => '_next', 'class' => 'member-add' )); ?>