$tools */ ?>
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name','Nazwa') ?> | = $this->Paginator->sort('quantity','Ilość') ?> | = $this->Paginator->sort('active','Aktywne') ?> | = $this->Paginator->sort('created','Utworzono') ?> | = $this->Paginator->sort('modified','Zmodyfikowano') ?> | = __('Operacje') ?> |
|---|---|---|---|---|---|---|
| = $this->Number->format($tool->id) ?> | = h($tool->name) ?> | = $this->Number->format($tool->quantity) ?> | = h($tool->active) ?> | = $tool->created ? $tool->created->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> | = $tool->modified ? $tool->modified->i18nFormat('dd.MM.yyyy HH:mm') : '' ?> | = $this->Html->link(__('Podgląd'), ['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 usunąć {0}?', $tool->name),]) ?> |
= $this->Paginator->counter(__('Strona {{page}} z {{pages}}, widok {{current}} rekordów z {{count}}')) ?>