From ed1a1ab1c6073702f3e5bf0abe270a592d42cbf7 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 10 Nov 2011 17:11:52 +0000 Subject: [PATCH] // add back button to the account creation form git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10054 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/prestashop/authentication.tpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/prestashop/authentication.tpl b/themes/prestashop/authentication.tpl index 3322aaf19..ef57a145f 100644 --- a/themes/prestashop/authentication.tpl +++ b/themes/prestashop/authentication.tpl @@ -140,6 +140,7 @@ $(function(){ldelim} $('#noSlide').html(jsonData.page); }); $('#noSlide').fadeIn('slow'); + document.location = '#account-creation'; } }, error: function(XMLHttpRequest, textStatus, errorThrown) @@ -554,9 +555,11 @@ $(function(){ldelim} {if isset($back)}{/if} - *{l s='Required field'}

- +

+ {l s='Back'} + +

{/if} \ No newline at end of file