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
This commit is contained in:
@@ -54,8 +54,6 @@
|
|||||||
}
|
}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
{module_include location='customer_list_header'}
|
|
||||||
|
|
||||||
<th class="object-title">
|
<th class="object-title">
|
||||||
{admin_sortable_header
|
{admin_sortable_header
|
||||||
current_order=$customer_order
|
current_order=$customer_order
|
||||||
@@ -78,6 +76,8 @@
|
|||||||
}
|
}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
{module_include location='customer_list_header'}
|
||||||
|
|
||||||
<th class="object-title">
|
<th class="object-title">
|
||||||
{admin_sortable_header
|
{admin_sortable_header
|
||||||
current_order=$customer_order
|
current_order=$customer_order
|
||||||
|
|||||||
@@ -43,6 +43,8 @@
|
|||||||
{intl l="firstname & lastname"}
|
{intl l="firstname & lastname"}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
{module_include location='customer_list_header'}
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
{intl l="last order"}
|
{intl l="last order"}
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user