diff --git a/admin-dev/themes/default/template/helpers/list/list_header.tpl b/admin-dev/themes/default/template/helpers/list/list_header.tpl index 953da2906..50ccc869b 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -24,38 +24,34 @@ *} {if !$simple_header} - - -{* Display column names and arrows for ordering (ASC, DESC) *} -{if $is_order_position} - - -{/if} - -{/if} -{if $show_toolbar} - {include file="toolbar.tpl" toolbar_btn=$toolbar_btn toolbar_scroll=$toolbar_scroll title=$title} + {* Display column names and arrows for ordering (ASC, DESC) *} + {if $is_order_position} + + + + {/if} + {/if} {if !$simple_header} @@ -78,6 +74,150 @@