diff --git a/themes/default/mobile/authentication.tpl b/themes/default/mobile/authentication.tpl index 2726c63fa..9b5325708 100644 --- a/themes/default/mobile/authentication.tpl +++ b/themes/default/mobile/authentication.tpl @@ -51,7 +51,7 @@ countriesNeedZipCode = new Array(); {/foreach} {/if} $(function(){ldelim} - $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state}{else}{if isset($address)}{$address->id_state|escape:'htmlall':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); + $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address)}{$address->id_state|escape:'htmlall':'UTF-8'}{/if}{/if}]').attr('selected', 'selected'); {rdelim}); //]]> {if $vat_management} diff --git a/themes/default/mobile/header.tpl b/themes/default/mobile/header.tpl index 8c98913cc..874ab6895 100644 --- a/themes/default/mobile/header.tpl +++ b/themes/default/mobile/header.tpl @@ -73,7 +73,7 @@ {if $logged} {l s='My account'} {else} - {l s='Authenticate'} + {l s='Log in'} {/if} {hook h="displayMobileTop"} diff --git a/themes/default/mobile/order-opc-carrier.tpl b/themes/default/mobile/order-opc-carrier.tpl index 8136ca1f1..6010b7316 100644 --- a/themes/default/mobile/order-opc-carrier.tpl +++ b/themes/default/mobile/order-opc-carrier.tpl @@ -28,7 +28,7 @@ {include file='./page-title.tpl'}