= t('There is no user in this group.') ?>
= $paginator->order(t('Id'), 'id') ?> | = $paginator->order(t('Username'), 'username') ?> | = $paginator->order(t('Name'), 'name') ?> | = $paginator->order(t('Email'), 'email') ?> |
---|---|---|---|
= '#'.$user['id'] ?>
|
= $this->url->link($this->text->e($user['username']), 'UserViewController', 'show', array('user_id' => $user['id'])) ?> | = $this->text->e($user['name']) ?> | = $this->text->e($user['email']) ?> |