[-] FO: removed width on message product select

Limiting select could make the user think the select is not working if they click to much to the left on bigger screens
This commit is contained in:
PhpMadman
2013-10-23 11:52:35 +02:00
parent 101b37b40a
commit 373604fc97
+1 -1
View File
@@ -278,7 +278,7 @@
<p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
<fieldset>
<label for="id_product">{l s='Product'}</label>
<select name="id_product" style="width:300px;">
<select name="id_product">
<option value="0">{l s='-- Choose --'}</option>
{foreach from=$products item=product name=products}
<option value="{$product.product_id}">{$product.product_name}</option>