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

Paginator->sort('name') ?> Paginator->sort('product_category_id') ?> Paginator->sort('product_type_id') ?>
name) ?> hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?> product_type_id->name ?> Html->link(__('View'), ['action' => 'view', $product->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $product->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $product->id], ['confirm' => __('Are you sure you want to delete # {0}?', $product->id)]) ?>

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