diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index 92b1270b6..8e4d5b932 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -1,582 +1,585 @@ -{* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{capture name=path}{l s='Login'}{/capture} -{include file="$tpl_dir./breadcrumb.tpl"} - - - -

{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}

- -{include file="$tpl_dir./errors.tpl"} -{assign var='stateExist' value=false} -{if !isset($email_create)} - - -
-
-

{l s='Create your account'}

-
-

{l s='Enter your e-mail address to create an account'}.

- -

- - -

-

- {if isset($back)}{/if} - - -

-
-
-
- -
-
-

{l s='Already registered?'}

-
-

- - -

-

- - -

-

{l s='Forgot your password?'}

-

- {if isset($back)}{/if} - -

-
-
-
- - {if isset($inOrderProcess) && $inOrderProcess && $PS_GUEST_CHECKOUT_ENABLED} -
-
-

{l s='Instant Checkout'}

-
- -

- - -

-

- {l s='Title'} - {foreach from=$genders key=k item=gender} - id}checked="checked"{/if} /> - - {/foreach} -

-

- - - -

-

- - - -

-

- {l s='Date of Birth'} - - {* - {l s='January'} - {l s='February'} - {l s='March'} - {l s='April'} - {l s='May'} - {l s='June'} - {l s='July'} - {l s='August'} - {l s='September'} - {l s='October'} - {l s='November'} - {l s='December'} - *} - - -

- {if isset($newsletter) && $newsletter} -

- - -

-

- - -

- {/if} -

{l s='Delivery address'}

- {foreach from=$dlv_all_fields item=field_name} - {if $field_name eq "company"} -

- - -

- {elseif $field_name eq "vat_number"} - - {elseif $field_name eq "address1"} -

- - -

- {elseif $field_name eq "postcode"} -

- - -

- {elseif $field_name eq "city"} -

- - -

- - {elseif $field_name eq "Country:name" || $field_name eq "country"} -

- - -

- {elseif $field_name eq "State:name"} - {assign var='stateExist' value=true} - -

- - -

- {elseif $field_name eq "phone"} -

- - -

- {/if} - {/foreach} - {if $stateExist eq false} -

- - -

- {/if} - - - -
-
- - {$HOOK_CREATE_ACCOUNT_FORM} -

- *{l s='Required field'} - - -

-
- {/if} -{else} - -
- {$HOOK_CREATE_ACCOUNT_TOP} - - {if $b2b_enable} - - {/if} - {if isset($PS_REGISTRATION_PROCESS_TYPE) && $PS_REGISTRATION_PROCESS_TYPE} - - - {/if} - {$HOOK_CREATE_ACCOUNT_FORM} -

- - - {if isset($back)}{/if} - - *{l s='Required field'} -

-
+{* +* 2007-2012 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2012 PrestaShop SA +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +{capture name=path}{l s='Login'}{/capture} +{include file="$tpl_dir./breadcrumb.tpl"} + + + +

{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}

+ +{include file="$tpl_dir./errors.tpl"} +{assign var='stateExist' value=false} +{if !isset($email_create)} + + +
+
+

{l s='Create your account'}

+
+

{l s='Enter your e-mail address to create an account'}.

+ +

+ + +

+

+ {if isset($back)}{/if} + + +

+
+
+
+ +
+
+

{l s='Already registered?'}

+
+

+ + +

+

+ + +

+

{l s='Forgot your password?'}

+

+ {if isset($back)}{/if} + +

+
+
+
+ + {if isset($inOrderProcess) && $inOrderProcess && $PS_GUEST_CHECKOUT_ENABLED} +
+
+

{l s='Instant Checkout'}

+
+ +

+ + +

+

+ {l s='Title'} + {foreach from=$genders key=k item=gender} + id}checked="checked"{/if} /> + + {/foreach} +

+

+ + + +

+

+ + + +

+

+ {l s='Date of Birth'} + + {* + {l s='January'} + {l s='February'} + {l s='March'} + {l s='April'} + {l s='May'} + {l s='June'} + {l s='July'} + {l s='August'} + {l s='September'} + {l s='October'} + {l s='November'} + {l s='December'} + *} + + +

+ {if isset($newsletter) && $newsletter} +

+ + +

+

+ + +

+ {/if} +

{l s='Delivery address'}

+ {foreach from=$dlv_all_fields item=field_name} + {if $field_name eq "company"} +

+ + +

+ {elseif $field_name eq "vat_number"} + + {elseif $field_name eq "address1"} +

+ + +

+ {elseif $field_name eq "postcode"} +

+ + +

+ {elseif $field_name eq "city"} +

+ + +

+ + {elseif $field_name eq "Country:name" || $field_name eq "country"} +

+ + +

+ {elseif $field_name eq "State:name"} + {assign var='stateExist' value=true} + +

+ + +

+ {elseif $field_name eq "phone"} +

+ + +

+ {/if} + {/foreach} + {if $stateExist eq false} +

+ + +

+ {/if} + + + +
+
+ + {$HOOK_CREATE_ACCOUNT_FORM} +

+ *{l s='Required field'} + + +

+
+ {/if} +{else} + +
+ {$HOOK_CREATE_ACCOUNT_TOP} + + {if $b2b_enable} + + {/if} + {if isset($PS_REGISTRATION_PROCESS_TYPE) && $PS_REGISTRATION_PROCESS_TYPE} + + + {/if} + {$HOOK_CREATE_ACCOUNT_FORM} +

+ + + {if isset($back)}{/if} + + *{l s='Required field'} +

+
{/if} \ No newline at end of file