$tools */ ?>
| = $this->Paginator->sort('id', 'ID') ?> | = $this->Paginator->sort('name', 'Nazwa') ?> | = $this->Paginator->sort('quantity', 'Ilość') ?> | = $this->Paginator->sort('active', 'Aktywny') ?> | = $this->Paginator->sort('created', 'Utworzono') ?> | = $this->Paginator->sort('modified', 'Zmodyfikowano') ?> | = __('Operacje') ?> |
|---|---|---|---|---|---|---|
| = $this->Number->format($tool->id) ?> | = h($tool->name) ?> | = $this->Number->format($tool->quantity) ?> | = $tool->active ? __('Tak') : __('Nie') ?> | = h($tool->created) ?> | = h($tool->modified) ?> | = $this->Html->link(__('Szczegóły'), ['action' => 'view', $tool->id]) ?> = $this->Html->link(__('Edytuj'), ['action' => 'edit', $tool->id]) ?> = $this->Form->postLink( __('Usuń'), ['action' => 'delete', $tool->id], [ 'method' => 'delete', 'confirm' => __('Na pewno chcesz usunąć # {0}?', $tool->id), ] ) ?> |
= $this->Paginator->counter(__('Strona {{page}} z {{pages}}, pokazano {{current}} rekord(ów) z {{count}} wszystkich')) ?>