This commit is contained in:
Michael RICOIS 2018-02-26 16:13:35 +01:00
parent 613411ea4a
commit 7cea4e23ba
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ $_MODULE['<{landingpages}prestashop>home_footer_bf2957630c4209f61a388a08c2154915
$_MODULE['<{landingpages}prestashop>home_footer_8fdb2298a0db461ac64e71192a562ca1'] = 'Adresse du parrain (facultatif)';
$_MODULE['<{landingpages}prestashop>home_footer_6f6162d3a052bb330e9c60285c74c6c9'] = ' J\'accepte d\'adhérer au club Bébéboutik et de recevoir des invitations aux prochaines ventes';
$_MODULE['<{landingpages}prestashop>home_footer_0ba7583639a274c434bbe6ef797115a4'] = 'S\'incrire';
$_MODULE['<{landingpages}prestashop>home_footer_59e7ac55563a4f1fff63c9179e6c8937'] = 'Veuillez accepter nos conditions d\'utilisation pour continuer';
$_MODULE['<{landingpages}prestashop>home_footer_19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
$_MODULE['<{landingpages}prestashop>landingpages_3f2c2a34c3171295dd8b50ee4d258846'] = 'Landing Pages';
$_MODULE['<{landingpages}prestashop>landingpages_28246f7ad0a25c90ae84ac061aa81560'] = 'Gestion de landing page pour Prestashop';

View File

@ -167,7 +167,7 @@
<input type="hidden" name="is_new_customer" value="1" />
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />
{else}<input type="hidden" class="hidden" name="back" value="{$smarty.const.__PS_BASE_URI__}" />{/if}
<input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register' mod='privatesales'}" class="exclusive" onclick="if($('#newsletter:checked').length == 0) { alert('{l s='Please accept our terms of use to continue' js=1}'); return false; }" />
<input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register' mod='privatesales'}" class="exclusive" onclick="if($('#newsletter:checked').length == 0) { alert('{l s='Please accept our terms of use to continue' mod='privatesales' js=1}'); return false; }" />
<span><sup>*</sup>{l s='Required field' mod='privatesales'}</span>
</p>
</fieldset>