From 816a9b81ca5652eb131dd286af6ae1e3104e20db Mon Sep 17 00:00:00 2001 From: Guillaume Barral Date: Tue, 17 Jun 2014 11:19:16 +0200 Subject: [PATCH 1/2] Allow to search a customer in the default template if $search is not null --- templates/backOffice/default/customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backOffice/default/customers.html b/templates/backOffice/default/customers.html index 7002896c0..e9b02a74f 100644 --- a/templates/backOffice/default/customers.html +++ b/templates/backOffice/default/customers.html @@ -123,7 +123,7 @@ - {loop name="customer_list" type="customer" current="false" visible="*" order=$customer_order backend_context="1" page=$page limit=#max_displayed_customers#} + {loop name="customer_list" type="customer" current="false" visible="*" order=$customer_order backend_context="1" page=$page limit=#max_displayed_customers# search_term=$search search_in="ref,firstname,lastname,email"} {assign "lastOrderDate" ''} {assign "lastOrderAmount" ''} {assign "lastOrderCurrency" ''} From 819669045809711fc72c203376b52d27adf8a8de Mon Sep 17 00:00:00 2001 From: Guillaume Barral Date: Tue, 17 Jun 2014 11:48:35 +0200 Subject: [PATCH 2/2] Add link in template-edit to go to Attributes and features edition (this is more intuitive) --- templates/backOffice/default/template-edit.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/backOffice/default/template-edit.html b/templates/backOffice/default/template-edit.html index 6c707a0aa..6365f877f 100644 --- a/templates/backOffice/default/template-edit.html +++ b/templates/backOffice/default/template-edit.html @@ -70,7 +70,9 @@
-

{intl l='Attributes'}

+

+ {intl l='Attributes'} +

{intl l="Manage attributes included in this product template"}

@@ -81,7 +83,9 @@
-

{intl l='Features'}

+

+ {intl l='Features'} +

{intl l="Manage features included in this product template"}