Merge pull request #478 from Yochima/yochima-branch
Allow to search a customer in the default template if $search is not nul...
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
{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" ''}
|
||||
|
||||
@@ -70,7 +70,9 @@
|
||||
<div class="form-container">
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<p class="title title-without-tabs">{intl l='Attributes'}</p>
|
||||
<p class="title title-without-tabs">
|
||||
<a href="{url path='/admin/configuration/attributes'}">{intl l='Attributes'}</a>
|
||||
</p>
|
||||
<p>{intl l="Manage attributes included in this product template"}</p>
|
||||
|
||||
<div id="attribute_list_management">
|
||||
@@ -81,7 +83,9 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<p class="title title-without-tabs">{intl l='Features'}</p>
|
||||
<p class="title title-without-tabs">
|
||||
<a href="{url path='/admin/configuration/features'}">{intl l='Features'}</a>
|
||||
</p>
|
||||
<p>{intl l="Manage features included in this product template"}</p>
|
||||
|
||||
<div id="feature_list_management">
|
||||
|
||||
Reference in New Issue
Block a user