$products */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('product_category_id') ?> | = $this->Paginator->sort('product_type_id') ?> | = __('Actions') ?> |
---|---|---|---|---|
= $this->Number->format($product->id) ?> | = h($product->name) ?> | = $product->hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?> | = $product->product_type_id->name ?> | = $this->Html->link(__('View'), ['action' => 'view', $product->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $product->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $product->id], ['confirm' => __('Are you sure you want to delete # {0}?', $product->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>