From d8e0a0aa1116927000c16fe507f95405b251906e Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 28 Oct 2013 12:03:38 +0100 Subject: [PATCH 1/4] update category/product edit link on images --- templates/admin/default/categories.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"} - {$TITLE} + {$TITLE} {/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"} - + {$TITLE} {/loop} From 40a99e6f822825aba5e9065e44923eebefe5c6e3 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 28 Oct 2013 12:05:42 +0100 Subject: [PATCH 2/4] fix foler/content edit link --- templates/admin/default/folders.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"} - {$TITLE} + {$TITLE} {/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"} - + {$TITLE} {/loop} From 3ac7d97661c5c020913fdb4eb6735fac366dad9c Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 28 Oct 2013 12:09:47 +0100 Subject: [PATCH 3/4] remove company column in customer list --- templates/admin/default/customers.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html index 7da2815b9..cc48b8197 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} From f44d1dde73d205a6c36e04f68b12bccf8e055351 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 28 Oct 2013 12:16:56 +0100 Subject: [PATCH 4/4] change class for button group in customer list --- templates/admin/default/customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html index cc48b8197..81a60fdf3 100644 --- a/templates/admin/default/customers.html +++ b/templates/admin/default/customers.html @@ -90,7 +90,7 @@ {$lastOrderCurrency} {$lastOrderAmount} - +
{loop type="auth" name="can_change" role="ADMIN" resource="admin.customer" access="UPDATE"}