From 1626aa0635234b8107adec3688aae69ab5259bce Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 22 Dec 2011 22:04:04 +0000 Subject: [PATCH] // BugFix : encoding problems --- admin-dev/themes/template/orders/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/orders/view.tpl b/admin-dev/themes/template/orders/view.tpl index 5f9b5d1b9..c14499eb3 100755 --- a/admin-dev/themes/template/orders/view.tpl +++ b/admin-dev/themes/template/orders/view.tpl @@ -46,7 +46,7 @@ var txt_add_product_no_product = "{l s='Error: No product has been selected'}"; var txt_add_product_no_product_quantity = "{l s='Error: Quantity of product must be set'}"; var txt_add_product_no_product_price = "{l s='Error: Price of product must be set'}"; - var txt_confirm = "{l s='Are you sure?'}"; + var txt_confirm = "{l s='Are you sure?' js=1}"; var statesShipped = new Array(); {foreach from=$states item=state}