From cb86145611a8ac3879be9f6485ffabbe0615a299 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 --- 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