Skip to content

Commit

Permalink
Merge pull request #610 from indesign47/patch-8
Browse files Browse the repository at this point in the history
[*] BO : shipping enlarge listbox carriers
  • Loading branch information
gRoussac committed Jul 29, 2013
2 parents 39a6d0a + b8dc750 commit 53c195e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -71,7 +71,7 @@
<label>{l s='Carriers:'}</label>
</td>
<td class="padding-bottom:5px;">
<select name="carriers[]" id="carriers_restriction" multiple="multiple" size="4" style="height:100px;width:200px;">
<select name="carriers[]" id="carriers_restriction" multiple="multiple" size="4" style="height:100px;width:300px;">
{foreach $carrier_list as $carrier}
<option value="{$carrier.id_reference}" {if isset($carrier.selected) && $carrier.selected}selected="selected"{/if}>{$carrier.name}</option>
{/foreach}
Expand All @@ -88,4 +88,4 @@
$('#carriers_restriction option').each(function () { $(this).removeAttr('selected')});
return false;
}
</script>
</script>

0 comments on commit 53c195e

Please sign in to comment.