| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('username') ?> | = $this->Paginator->sort('user_pubkey') ?> | = $this->Paginator->sort('operator_type_id') ?> | = $this->Paginator->sort('data_base64') ?> | = $this->Paginator->sort('modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|
| = $this->Number->format($operator->id) ?> | = h($operator->username) ?> | = h(bin2hex($operator->user_pubkey)) ?> | = $this->Html->link(__($operator->operator_type->name), ['controller' => 'OperatorTypes', 'action' => 'view', $operator->operator_type_id]) ?> | = h($operator->data_base64) ?> | = h($operator->modified) ?> | = $this->Html->link(__('View'), ['action' => 'view', $operator->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $operator->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $operator->id], ['confirm' => __('Are you sure you want to delete # {0}?', $operator->id)]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>