-
-
-
- = $this->Form->create($externalProductCatalog) ?>
-
- = $this->Form->button(__('Submit')) ?>
- = $this->Form->end() ?>
-
-
-
diff --git a/templates/ExternalProductCatalogs/edit.php b/templates/ExternalProductCatalogs/edit.php
deleted file mode 100644
index 7d9c89a..0000000
--- a/templates/ExternalProductCatalogs/edit.php
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
- = $this->Form->create($externalProductCatalog) ?>
-
- = $this->Form->button(__('Submit')) ?>
- = $this->Form->end() ?>
-
-
-
diff --git a/templates/ExternalProductCatalogs/index.php b/templates/ExternalProductCatalogs/index.php
deleted file mode 100644
index 105c0da..0000000
--- a/templates/ExternalProductCatalogs/index.php
+++ /dev/null
@@ -1,52 +0,0 @@
- $externalProductCatalogs
- */
-?>
-
- = $this->Html->link(__('New External Product Catalog'), ['action' => 'add'], ['class' => 'button float-right']) ?>
-
= __('External Product Catalogs') ?>
-
-
-
-
- | = $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')) ?>
-
-
diff --git a/templates/ExternalProductCatalogs/view.php b/templates/ExternalProductCatalogs/view.php
deleted file mode 100644
index 47bd4ac..0000000
--- a/templates/ExternalProductCatalogs/view.php
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
= h($externalProductCatalog->base_url) ?>
-
-
- | = __('Base Url') ?> |
- = h($externalProductCatalog->base_url) ?> |
-
-
- | = __('Api Url') ?> |
- = h($externalProductCatalog->api_url) ?> |
-
-
- | = __('Id') ?> |
- = $this->Number->format($externalProductCatalog->id) ?> |
-
-
- | = __('Created') ?> |
- = h($externalProductCatalog->created) ?> |
-
-
- | = __('Deleted') ?> |
- = h($externalProductCatalog->deleted) ?> |
-
-
-
-
-
-
diff --git a/templates/ExternalProductCatalogsProductCatalogs/add.php b/templates/ExternalProductCatalogsProductCatalogs/add.php
deleted file mode 100644
index c2d5ea0..0000000
--- a/templates/ExternalProductCatalogsProductCatalogs/add.php
+++ /dev/null
@@ -1,8 +0,0 @@
-setLayout('ajax');
-
-echo $this->element('ExternalProductCatalogs/catalog_form'); ?>
diff --git a/templates/ProductCatalogs/view.php b/templates/ProductCatalogs/view.php
index 070a54f..47fe78a 100644
--- a/templates/ProductCatalogs/view.php
+++ b/templates/ProductCatalogs/view.php
@@ -58,38 +58,6 @@
-