update
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<input type="hidden" name="id_layered_filter" id="id_layered_filter" value="{$id_layered_filter}" />
|
||||
|
||||
{include file='./_partials/header.tpl'}
|
||||
{include file='./_partials/controllers.tpl'}
|
||||
{include file='./_partials/categories-tree.tpl'}
|
||||
{include file='./_partials/shops.tpl'}
|
||||
|
||||
@@ -46,7 +47,7 @@
|
||||
</span>
|
||||
</header>
|
||||
<section class="filter_list">
|
||||
<ul class="list-unstyled sortable">
|
||||
<ul class="list-unstyled sortable" id="list-filters">
|
||||
<li class="filter_list_item row" draggable="true">
|
||||
<div class="col-lg-2">
|
||||
<label class="switch-light prestashop-switch fixed-width-lg">
|
||||
@@ -110,6 +111,36 @@
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="filter_list_item row" draggable="true">
|
||||
<div class="col-lg-2">
|
||||
<label class="switch-light prestashop-switch fixed-width-lg">
|
||||
<input name="layered_selection_extras" id="layered_selection_extras" type="checkbox" />
|
||||
<span>
|
||||
<span>{l s='Yes' d='Admin.Global'}</span>
|
||||
<span>{l s='No' d='Admin.Global'}</span>
|
||||
</span>
|
||||
<a class="slide-button btn"></a>
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<span class="module_name">{l s='Product extras filter' d='Modules.Facetedsearch.Admin'}</span>
|
||||
</div>
|
||||
<div class="col-lg-3 pull-right">
|
||||
<label class="control-label col-lg-6">{l s='Filter result limit:' d='Modules.Facetedsearch.Admin'}</label>
|
||||
<div class="col-lg-6">
|
||||
{call get_limit_select element="layered_selection_extras"}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 pull-right">
|
||||
<label class="control-label col-lg-6">{l s='Filter style:' d='Modules.Facetedsearch.Admin'}</label>
|
||||
<div class="col-lg-6">
|
||||
<input type="hidden" name="layered_selection_extras" value="0">
|
||||
<p class="form-control-static">{l s='Checkbox' d='Modules.Facetedsearch.Admin'}</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="filter_list_item row" draggable="true">
|
||||
<div class="col-lg-2">
|
||||
<label class="switch-light prestashop-switch fixed-width-lg">
|
||||
|
||||
Reference in New Issue
Block a user