= $this->translate('No backend found which is able to list users.') ?>
compact): ?>
= $this->translate('No backend found which is able to list users.') ?>
= $this->translate('No users found matching the filter.') ?>
hasPermission('config/authentication/users/add') && $backend instanceof Extensible; $reducible = $this->hasPermission('config/authentication/users/remove') && $backend instanceof Reducible; ?> = $this->qlink($this->translate('Add a new user'), 'user/add', array('backend' => $backend->getName()), array( 'icon' => 'plus', 'data-base-target' => '_next', 'class' => 'action-link button' )) ?>= $this->translate('Username') ?> | = $this->translate('Remove') ?> |
---|---|
= $this->qlink( $user->user_name, 'user/show', array( 'backend' => $backend->getName(), 'user' => $user->user_name ), array( 'title' => sprintf($this->translate('Show detailed information about %s'), $user->user_name) ) ) ?> | = $this->qlink( null, 'user/remove', array( 'backend' => $backend->getName(), 'user' => $user->user_name ), array( 'title' => sprintf($this->translate('Remove user %s'), $user->user_name), 'icon' => 'cancel' ) ) ?> |