// Stock cover bootstraping

This commit is contained in:
Jerome Nadaud
2013-10-02 18:58:47 +02:00
parent 3cfe76ec0c
commit f891f64cc4
2 changed files with 102 additions and 77 deletions
@@ -24,6 +24,7 @@
*}
{extends file="helpers/list/list_header.tpl"}
{block name=override_header}
{if isset($show_filter) && $show_filter}
<fieldset>
<h3><i class="icon-cogs"></i> {l s='Filters'}</h3>
<div class="filter-stock-extended">
@@ -63,4 +64,5 @@
</form>
</div>
</fieldset>
{/if}
{/block}