compact): ?>
= $this->translate('No users found matching the filter') ?>
= $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( 'class' => 'action-link', 'icon' => 'cancel', 'title' => sprintf($this->translate('Remove user %s'), $user->user_name) ) ) ?> |