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 @@
{block name="override_form_extra"}{/block}
+
+ {if is_array($title)}{$title|end}{else}{$title}{/if} + + {foreach from=$toolbar_btn item=btn key=k} + + + + {if $k == 'modules-list'} + + {/if} + {/foreach} + + {if $show_toolbar} + + {/if} +
{if $show_filters}