// fix panel header tree actions (search + button)

This commit is contained in:
Kevin Granger
2013-10-25 17:24:49 +02:00
parent 180b180aee
commit 50bc046671
2 changed files with 5 additions and 3 deletions
@@ -22,8 +22,10 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if isset($actions)}
<div class="tree-actions col-lg-12">
{if isset($actions)}
{foreach from=$actions item=action}
{$action->render()}
{/foreach}
{/if}
{/if}
</div>
@@ -22,7 +22,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="panel-heading">
<div class="tree-panel-heading-controls">
<!-- <i class="icon-tag"></i>&nbsp;{l s=$title} -->
{if isset($toolbar)}{$toolbar}{/if}
</div>