From 86ab5fa368313443c802b26c2d6b43ea36e20553 Mon Sep 17 00:00:00 2001 From: Guillaume Barral Date: Fri, 9 May 2014 14:40:18 +0200 Subject: [PATCH] reorder the {module_include location='customer_list_header'} in the template customers after firstname and lastname like the body of the table add {module_include location='customer_list_header'} in the template search.html because there was only the line {module_include location='customer_list_row'} in the body of the table --- templates/backOffice/default/customers.html | 4 ++-- templates/backOffice/default/search.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/backOffice/default/customers.html b/templates/backOffice/default/customers.html index f839a24ea..ab6b97fbf 100644 --- a/templates/backOffice/default/customers.html +++ b/templates/backOffice/default/customers.html @@ -54,8 +54,6 @@ } - {module_include location='customer_list_header'} - {admin_sortable_header current_order=$customer_order @@ -78,6 +76,8 @@ } + {module_include location='customer_list_header'} + {admin_sortable_header current_order=$customer_order diff --git a/templates/backOffice/default/search.html b/templates/backOffice/default/search.html index 7e16e08e7..b20e303d2 100644 --- a/templates/backOffice/default/search.html +++ b/templates/backOffice/default/search.html @@ -43,6 +43,8 @@ {intl l="firstname & lastname"} + {module_include location='customer_list_header'} + {intl l="last order"}