// fix filter by category

This commit is contained in:
Kevin Granger
2013-12-02 11:11:16 +01:00
parent 8decc89750
commit bca9048a6b
2 changed files with 2 additions and 1 deletions
@@ -43,6 +43,7 @@
</div>
<label class="pull-left">
<input type="checkbox" id="filter-by-category" {if $is_category_filter}checked="checked"{/if} />
<i class="icon-tags"></i>
{l s=$title}
</label>
</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="tree-actions col-lg-12">
<div class="tree-actions pull-right">
{if isset($actions)}
{foreach from=$actions item=action}
{$action->render()}