// Stock : updated styles in templates

This commit is contained in:
bMancone
2011-11-23 14:29:49 +00:00
parent b9b3ed5554
commit b0249ab078
3 changed files with 6 additions and 4 deletions
@@ -1,6 +1,7 @@
{extends file="helper/list/list_header.tpl"}
{block name=leadin}
{if count($list_warehouses) > 1}
{block name=override_header}
{if count($list_warehouses) > 0}
<div class="filter-stock">
<form type="get">
<label for="id_warehouse">{l s="Select a warehouse:"}</label>
<input type="hidden" name="controller" value="AdminStockMvt" />
@@ -12,4 +13,5 @@
</select>
</form>
{/if}
</div>
{/block}