From 943f83f2ee023b0c88b2b330483df143d7034f42 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 27 Jun 2012 08:06:00 +0000 Subject: [PATCH] // Remove html entities form JS string git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16140 b9a71923-0436-4b27-9f14-aed3839534dd --- .../template/controllers/countries/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/countries/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/countries/helpers/form/form.tpl index d2b918ecf..01fe88b79 100644 --- a/admin-dev/themes/default/template/controllers/countries/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/countries/helpers/form/form.tpl @@ -109,7 +109,7 @@ } function resetLayout(defaultLayout, type) { - if (confirm("{l s='Are you sure you want to restore the default address format for this country?'}")) + if (confirm("{l s='Are you sure you want to restore the default address format for this country?' js=1}")) $("#ordered_fields").val(unescape(defaultLayout.replace(/\+/g, " "))); }