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