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