$productCatalogs */ ?>
Html->link(__('New Product Catalog'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('catalog_description') ?> Paginator->sort('enabled') ?>
id; ?> name) ?> catalog_description) ?> enabled) ?> Html->link(__('View'), ['action' => 'view', $productCatalog->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $productCatalog->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $productCatalog->id], ['confirm' => __('Are you sure you want to delete # {0}?', $productCatalog->id)]) ?>

Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>