// 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
@@ -4,7 +4,7 @@
<form id="stock_instant_state" type="get">
<input type="hidden" name="controller" value="AdminStockInstantState" />
<input type="hidden" name="token" value="{$token}" />
{if count($stock_instant_state_warehouses) > 1}
{if count($stock_instant_state_warehouses) > 0}
<div id="stock_instant_state_form_warehouse">
<label for="id_warehouse">{l s="Select a warehouse:"}</label>
<select name="id_warehouse" onChange="$(this).parent().parent().submit();">