From f9af2abea1a1c0ffd2b5bcbb70818366285d76da Mon Sep 17 00:00:00 2001 From: vChabot Date: Wed, 11 Jan 2012 16:38:34 +0000 Subject: [PATCH] [-] 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 --- .../themes/default/template/controllers/shipping/content.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/shipping/content.tpl b/admin-dev/themes/default/template/controllers/shipping/content.tpl index 68114edad..2a56f09a7 100644 --- a/admin-dev/themes/default/template/controllers/shipping/content.tpl +++ b/admin-dev/themes/default/template/controllers/shipping/content.tpl @@ -57,7 +57,7 @@ {$currency->getSign('left')} - {$currency->getSign('right')} + {$currency->getSign('right')} {l s='(tax excl.)'} {/foreach} @@ -81,7 +81,7 @@ value="{$price|string_format:"%.2f"}" style="width: 45px;" /> - {$currency->getSign('right')} + {$currency->getSign('right')} {l s='(tax excl.)'} {/foreach} @@ -100,7 +100,6 @@ -

{l s='Prices do not include tax.'}

{/if}