diff --git a/templates/admin/default/categories.html b/templates/admin/default/categories.html
index 549d52d23..e25b79f1e 100755
--- a/templates/admin/default/categories.html
+++ b/templates/admin/default/categories.html
@@ -100,7 +100,7 @@
{loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
|
@@ -269,7 +269,7 @@
{loop type="image" name="cat_image" source="product" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html
index 7da2815b9..81a60fdf3 100644
--- a/templates/admin/default/customers.html
+++ b/templates/admin/default/customers.html
@@ -44,10 +44,6 @@
{intl l="customer ref"}
- |
- {intl l="company"}
- |
-
{module_include location='category_list_header'}
@@ -81,10 +77,6 @@
|
| {$REF} |
-
- {$COMPANY}
- |
-
{$FIRSTNAME} {$LASTNAME}
|
@@ -98,7 +90,7 @@
{$lastOrderCurrency} {$lastOrderAmount}
|
-
+ |
{loop type="auth" name="can_change" role="ADMIN" resource="admin.customer" access="UPDATE"}
diff --git a/templates/admin/default/folders.html b/templates/admin/default/folders.html
index a81165dd1..5a7d9a175 100644
--- a/templates/admin/default/folders.html
+++ b/templates/admin/default/folders.html
@@ -105,7 +105,7 @@
{loop type="image" name="folder_image" source="folder" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
|
@@ -264,7 +264,7 @@
{loop type="image" name="folder_image" source="content" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
| |