$productPhotos */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('product_id') ?> | = $this->Paginator->sort('product_sku_id') ?> | = $this->Paginator->sort('photo_filename') ?> | = $this->Paginator->sort('primary_photo') ?> | = $this->Paginator->sort('photo_position') ?> | = $this->Paginator->sort('enabled') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = $this->Paginator->sort('deleted') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|---|---|---|---|
= h($productPhoto->id) ?> | = $productPhoto->hasValue('product') ? $this->Html->link($productPhoto->product->name, ['controller' => 'Products', 'action' => 'view', $productPhoto->product->id]) : '' ?> | = h($productPhoto->product_sku_id) ?> | = h($productPhoto->photo_filename) ?> | = h($productPhoto->primary_photo) ?> | = $this->Number->format($productPhoto->photo_position) ?> | = h($productPhoto->enabled) ?> | = h($productPhoto->created) ?> | = h($productPhoto->modified) ?> | = h($productPhoto->deleted) ?> | = $this->Html->link(__('View'), ['action' => 'view', $productPhoto->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $productPhoto->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $productPhoto->id], ['confirm' => __('Are you sure you want to delete # {0}?', $productPhoto->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>