diff --git a/admin-dev/tabs/authentication.tpl b/admin-dev/tabs/authentication.tpl deleted file mode 100644 index 24b7e6b71..000000000 --- a/admin-dev/tabs/authentication.tpl +++ /dev/null @@ -1,512 +0,0 @@ -{* -* 2007-2011 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-2011 PrestaShop SA -* @version Release: $Revision: 7471 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - -{* -** Compatibility code for Prestashop older than 1.4.2 using a recent theme -** Ignore list isn't require here -** $address exist in every PrestaShop version -*} - -{* Will be deleted for 1.5 version and more *} -{* Smarty code compatibility v2 *} -{* If ordered_adr_fields doesn't exist, it's a PrestaShop older than 1.4.2 *} -{if !isset($dlv_all_fields)} - {$dlv_all_fields.0 = 'company'} - {$dlv_all_fields.1 = 'firstname'} - {$dlv_all_fields.2 = 'lastname'} - {$dlv_all_fields.3 = 'address1'} - {$dlv_all_fields.4 = 'address2'} - {$dlv_all_fields.5 = 'postcode'} - {$dlv_all_fields.6 = 'city'} - {$dlv_all_fields.7 = 'country'} - {$dlv_all_fields.8 = 'state'} -{/if} - -{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}

-{assign var='current_step' value='login'} -{include file="$tpl_dir./order-steps.tpl"} - -{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 ?'}

-

- - -

-

- - -

-

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

-

{l s='Forgot your password?'}

-
-
- {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" || $field_name eq 'state'} - {assign var='stateExist' value=true} - -

- - - * -

- {elseif $field_name eq "phone"} -

- - * -

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

- - - * -

- {/if} - - - -
-
- -

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

-
- {/if} -{else} -
- {$HOOK_CREATE_ACCOUNT_TOP} - - {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