$externalProductCatalogs */ ?>
= $this->Paginator->sort('product_catalog_id') ?> | = $this->Paginator->sort('base_url') ?> | = $this->Paginator->sort('api_url') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('deleted') ?> | = $this->Paginator->sort('enabled') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|
= $externalProductCatalog->hasValue('product_catalog') ? $this->Html->link($externalProductCatalog->product_catalog->name, ['controller' => 'ProductCatalogs', 'action' => 'view', $externalProductCatalog->product_catalog->id]) : '' ?> | = h($externalProductCatalog->base_url) ?> | = h($externalProductCatalog->api_url) ?> | = h($externalProductCatalog->created) ?> | = h($externalProductCatalog->deleted) ?> | = h($externalProductCatalog->enabled) ?> | = $this->Html->link(__('View'), ['action' => 'view', $externalProductCatalog->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $externalProductCatalog->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $externalProductCatalog->id], ['confirm' => __('Are you sure you want to delete # {0}?', $externalProductCatalog->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>