[-] BO : BugFix : #PSTEST-350 : "tax excluded" moved near the prices in AdminShipping (fees)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12370 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-11 16:38:34 +00:00
parent 2a9086b04c
commit f9af2abea1

View File

@@ -57,7 +57,7 @@
<td class="center">
{$currency->getSign('left')}
<input type="text" id="fees_all_{$range[$rangeIdentifier]}" onchange="this.value = this.value.replace(/,/g, \'.\');" onkeyup="if ((event.keyCode||event.which) != 9){ spreadFees({$range[$rangeIdentifier]})}" style="width: 45px;" />
{$currency->getSign('right')}
{$currency->getSign('right')} {l s='(tax excl.)'}
</td>
{/foreach}
</tr>
@@ -81,7 +81,7 @@
value="{$price|string_format:"%.2f"}"
style="width: 45px;"
/>
{$currency->getSign('right')}
{$currency->getSign('right')} {l s='(tax excl.)'}
</td>
{/foreach}
</tr>
@@ -100,7 +100,6 @@
</td>
</tr>
</table>
<p>{l s='Prices do not include tax.'}</p>
{/if}
<input type="hidden" name="id_carrier" value="{$id_carrier}" />
</fieldset>