From 9570c2fad3e4c60c721da9ca8062dfacea0ec668 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 15 Oct 2012 09:39:21 +0000 Subject: [PATCH] // small fix --- .../template/controllers/products/prices.tpl | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index e2d58c4f4..69cbd8d4a 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -177,18 +177,16 @@ $(document).ready(function () { {/if} - {if $ps_use_ecotax} - - - {include file="controllers/products/multishop/checkbox.tpl" field="ecot" type="default"} - - - - {$currency->prefix}{$currency->suffix} - ({l s='already included in price'}) - - - {/if} + + + {include file="controllers/products/multishop/checkbox.tpl" field="ecot" type="default"} + + + + {$currency->prefix}{$currency->suffix} + ({l s='already included in price'}) + +