// fix filter by category
This commit is contained in:
@@ -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>
|
||||
+1
-1
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user