diff --git a/core/lib/Thelia/Controller/Admin/AttributeController.php b/core/lib/Thelia/Controller/Admin/AttributeController.php index d2c1ea351..a0056cf25 100644 --- a/core/lib/Thelia/Controller/Admin/AttributeController.php +++ b/core/lib/Thelia/Controller/Admin/AttributeController.php @@ -51,7 +51,7 @@ class AttributeController extends BaseAdminController if (null !== $response = $this->checkAuth("admin.configuration.attributes.view")) return $response; - return $this->render('product_attributes'); + return $this->render('product-attributes'); } } \ No newline at end of file diff --git a/templates/admin/default/product-attributes.html b/templates/admin/default/product-attributes.html new file mode 100644 index 000000000..921674b03 --- /dev/null +++ b/templates/admin/default/product-attributes.html @@ -0,0 +1,142 @@ +{extends file="admin-layout.tpl"} + +{block name="page-title"}{intl l='Thelia Product Attributes'}{/block} + +{block name="check-permissions"}admin.configuration.product_attributes.view{/block} + +{block name="main-content"} +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ {intl l='Thelia product attributes'} + + + + +
{intl l="Title"}{intl l="Position"}{intl l="Actions"}
Title here1 +
+ + + +
+
+
+
+
+
+ +
+
+ + +{* Adding a new message *} + + + + +{* Delete confirmation dialog *} + + +{/block} \ No newline at end of file diff --git a/templates/admin/default/product_attributes.html b/templates/admin/default/product_attributes.html deleted file mode 100644 index e69de29bb..000000000