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 c125ea0a6..31df8a497 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -119,8 +119,7 @@ {if $table_id} id={$table_id}{/if} class="table {if $table_dnd}tableDnD{/if} {$table}" cellpadding="0" cellspacing="0" - style="width: 100%; margin-bottom:10px;" - > + style="width: 100%; margin-bottom:10px;"> {foreach $fields_display AS $key => $params} @@ -146,8 +145,10 @@ {if (!isset($params.orderby) || $params.orderby) && !$simple_header}
- - + + + + {elseif !$simple_header}
  {/if}