// Stock : fixed translations in tpl

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10605 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-23 21:20:40 +00:00
parent acc401e3e8
commit 48b82a094f
3 changed files with 3 additions and 3 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='Select a period and a 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>
@@ -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='Select a 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='Select a warehouse:'}</label>
<input type="hidden" name="controller" value="AdminStockMvt" />
<input type="hidden" name="token" value="{$token}" />
<select name="id_warehouse" onChange="$(this).parent().submit();">