| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('username') ?> | = $this->Paginator->sort('email') ?> | = $this->Paginator->sort('role') ?> | = $this->Paginator->sort('activated') ?> | = $this->Paginator->sort('last_login') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|---|
| = $this->Number->format($serverUser->id) ?> | = h($serverUser->username) ?> | = h($serverUser->email) ?> | = h($serverUser->role) ?> | = h($serverUser->activated) ?> | = h($serverUser->last_login) ?> | = h($serverUser->created) ?> | = h($serverUser->modified) ?> | = $this->Html->link(__('View'), ['action' => 'view', $serverUser->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $serverUser->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $serverUser->id], ['confirm' => __('Are you sure you want to delete # {0}?', $serverUser->id)]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>