|
|
@ -45,7 +45,7 @@ |
|
|
|
<option value="{$land->country_code}"{if $land->country_code == $smarty.request.country|default:$row.country|default:$smarty.session.user_language} selected="selected" {/if}>{$land->country_name}</option> |
|
|
|
<option value="{$land->country_code}"{if $land->country_code == $smarty.request.country|default:$row.country|default:$smarty.session.user_language} selected="selected" {/if}>{$land->country_name}</option> |
|
|
|
{/foreach} |
|
|
|
{/foreach} |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
</p>> |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<label>{#LOGIN_YOUR_TOWN#}</label> |
|
|
|
<label>{#LOGIN_YOUR_TOWN#}</label> |
|
|
|
<input name="city" type="text" value="{$smarty.request.city|default:$row.city|escape|stripslashes}" /> |
|
|
|
<input name="city" type="text" value="{$smarty.request.city|default:$row.city|escape|stripslashes}" /> |
|
|
|