// Stock - interfaces updated : (reason=>label, state=>status)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10700 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-28 11:12:17 +00:00
parent b957188797
commit 7fd28f56b6
6 changed files with 62 additions and 60 deletions
@@ -30,7 +30,7 @@
<input type="hidden" name="controller" value="AdminStockCover" />
<input type="hidden" name="token" value="{$token}" />
{if count($stock_cover_periods) > 1}
<label for="coverage_period">{l s='Select a period and a warehouse:'}</label>
<label for="coverage_period">{l s='Filter by period/warehouse:'}</label>
<select name="coverage_period" onChange="$(this).parent().submit();">
{foreach from=$stock_cover_periods key=k item=i}
<option {if $i == $stock_cover_cur_period} selected="selected"{/if} value="{$i}">{$k}</option>
@@ -44,6 +44,6 @@
{/foreach}
</select>
{/if}
</form>"admin-dev/themes/template/supply_orders/view.tpl"
</form>
</div>
{/block}
@@ -31,7 +31,7 @@
<input type="hidden" name="token" value="{$token}" />
{if count($stock_instant_state_warehouses) > 0}
<div id="stock_instant_state_form_warehouse">
<label for="id_warehouse">{l s='Select a warehouse:'}</label>
<label for="id_warehouse">{l s='Filter by warehouse:'}</label>
<select name="id_warehouse" onChange="$(this).parent().parent().submit();">
{foreach from=$stock_instant_state_warehouses key=k item=i}
<option {if $i.id_warehouse == $stock_instant_state_cur_warehouse} selected="selected"{/if} value="{$i.id_warehouse}">{$i.name}</option>
@@ -28,7 +28,7 @@
{if count($list_warehouses) > 0}
<div class="filter-stock">
<form type="get">
<label for="id_warehouse">{l s='Select a warehouse:'}</label>
<label for="id_warehouse">{l s='Filter movements by warehouse:'}</label>
<input type="hidden" name="controller" value="AdminStockMvt" />
<input type="hidden" name="token" value="{$token}" />
<select name="id_warehouse" onChange="$(this).parent().submit();">