$users */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('nick') ?> | = $this->Paginator->sort('first') ?> | = $this->Paginator->sort('last') ?> | = $this->Paginator->sort('is_admin') ?> | = __('Actions') ?> |
---|---|---|---|---|---|
= $this->Number->format($user->id) ?> | = h($user->nick) ?> | = h($user->first) ?> | = h($user->last) ?> | = h($user->is_admin) ?> | = $this->Html->link(__('View'), ['action' => 'view', $user->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $user->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $user->id], ['confirm' => __('Are you sure you want to delete # {0}?', $user->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>