$users */ ?>
| = $this->Paginator->sort('id', 'Id') ?> | = $this->Paginator->sort('name', 'Nazwa') ?> | = $this->Paginator->sort('email', 'Email') ?> | = $this->Paginator->sort('created', 'Utworzono') ?> | = $this->Paginator->sort('modified', 'Zmodyfikowano') ?> | Operacje |
|---|---|---|---|---|---|
| = $this->Number->format($user->id) ?> | = h($user->name) ?> | = h($user->email) ?> | = $user->created ? $user->created->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> | = $user->modified ? $user->modified->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> | = $this->Html->link('Podgląd', ['action' => 'view', $user->id]) ?> = $this->Html->link('Edytuj', ['action' => 'edit', $user->id]) ?> = $this->Form->postLink( 'Usuń', ['action' => 'delete', $user->id], [ 'method' => 'delete', 'confirm' => 'Czy na pewno chcesz usunąć użytkownika nr {0}?', ] ) ?> |
= $this->Paginator->counter('Strona {{page}} z {{pages}}, wyświetlono {{current}} rekordów z {{count}} wszystkich') ?>