From c1828ad6b2d7bac43cf56639cf5f93a5c35517bf Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Thu, 22 Mar 2012 16:03:36 +0000 Subject: [PATCH] [*] BO : Help text have been improved (related to (#PSTEST-779) git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14228 b9a71923-0436-4b27-9f14-aed3839534dd --- .../template/controllers/products/prices.tpl | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 695383c73..150aa7bc7 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -342,15 +342,10 @@ jQuery(document).ready(Customer.init); {$currency->suffix} - - ( - {l s='Current:'} - {displayWtPrice p=$product->price} - ) - -
- {l s='You can set this value to 0 in order to apply the default price'} -
+

+ {l s='You can set this value to 0 in order to apply the default price.'} + ({l s='Current:'}{displayWtPrice p=$product->price}) +

@@ -361,7 +356,7 @@ jQuery(document).ready(Customer.init); - {l s='(if set to "amount", tax is included)'} +

{l s='The discount is applied after the tax'}

@@ -389,4 +384,5 @@ jQuery(document).ready(Customer.init); calcPriceTI(); unitPriceWithTax('unit'); - {/if} \ No newline at end of file + {/if} +