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} +