[-] BO: Fix #PSCFV-3963

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17303 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-12 12:34:44 +00:00
parent 77cfdc5094
commit 656f34b0d1
@@ -47,7 +47,7 @@
<td>
<select multiple id="select_right" name="products[]">
{foreach from=$field.products item='product'}
<option value="{$product.id_product}">{$product.name}</option>
<option selected="selected" value="{$product.id_product}">{$product.name}</option>
{/foreach}
</select>
<span class="hint" name="help_box">{l s='Double-click to move to other column'}<span class="hint-pointer">&nbsp;</span></span>
@@ -78,7 +78,7 @@
});
$('#tag_form').submit(function()
{
$('#select_left option').each(function(i){
$('#select_right option').each(function(i){
$(this).attr("selected", "selected");
});
});