// fix bug specifique price in price.tpl

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11467 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-21 10:48:03 +00:00
parent 53ba841568
commit 75f92c2846
@@ -260,10 +260,11 @@ jQuery(document).ready(Customer.init);
{/foreach}
</script>
<div id="add_specific_price" style="display: none;">
<label>{l s='For:'}</label>
{if !$multi_shop}
<input type="hidden" name="sp_id_shop" value="0" />
<div class="margin-form">
<input type="hidden" name="sp_id_shop" value="0" />
{else}
<label>{l s='For:'}</label>
<div class="margin-form">
<select name="sp_id_shop">
<option value="0">{l s='All shops'}</option>
@@ -272,7 +273,7 @@ jQuery(document).ready(Customer.init);
{/foreach}
</select>
&gt;
{/if}
{/if}
<select name="sp_id_currency" id="spm_currency_0" onchange="changeCurrencySpecificPrice(0);">
<option value="0">{l s='All currencies'}</option>
{foreach from=$currencies item=curr}