template updates removing ids more
This commit is contained in:
@@ -30,10 +30,6 @@
|
|||||||
<th><?= __('Api Url') ?></th>
|
<th><?= __('Api Url') ?></th>
|
||||||
<td><?= h($externalProductCatalog->api_url) ?></td>
|
<td><?= h($externalProductCatalog->api_url) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th><?= __('Id') ?></th>
|
|
||||||
<td><?= $this->Number->format($externalProductCatalog->id) ?></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= __('Created') ?></th>
|
<th><?= __('Created') ?></th>
|
||||||
<td><?= h($externalProductCatalog->created) ?></td>
|
<td><?= h($externalProductCatalog->created) ?></td>
|
||||||
|
|||||||
@@ -39,7 +39,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th><?= __('Name') ?></th>
|
<th><?= __('Name') ?></th>
|
||||||
<th><?= __('Category Description') ?></th>
|
<th><?= __('Category Description') ?></th>
|
||||||
<th><?= __('Parent Id') ?></th>
|
|
||||||
<th><?= __('Enabled') ?></th>
|
<th><?= __('Enabled') ?></th>
|
||||||
<th class="actions"><?= __('Actions') ?></th>
|
<th class="actions"><?= __('Actions') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><?= h($productCategories->name) ?></td>
|
<td><?= h($productCategories->name) ?></td>
|
||||||
<td><?= h($productCategories->category_description) ?></td>
|
<td><?= h($productCategories->category_description) ?></td>
|
||||||
<td><?= h($productCategories->parent_id) ?></td>
|
|
||||||
<td><?= h($productCategories->enabled) ?></td>
|
<td><?= h($productCategories->enabled) ?></td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<?= $this->Html->link(__('View'), ['controller' => 'ProductCategories', 'action' => 'view', $productCategories->id]) ?>
|
<?= $this->Html->link(__('View'), ['controller' => 'ProductCategories', 'action' => 'view', $productCategories->id]) ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user