diff --git a/themes/default-bootstrap/address.tpl b/themes/default-bootstrap/address.tpl index eb07de5f3..de0121b8f 100644 --- a/themes/default-bootstrap/address.tpl +++ b/themes/default-bootstrap/address.tpl @@ -24,224 +24,224 @@ *} {capture name=path}{l s='Your addresses'}{/capture}
- {if isset($id_address) && (isset($smarty.post.alias) || isset($address->alias))} - {l s='Modify address'} - {if isset($smarty.post.alias)} - "{$smarty.post.alias}" - {else} - {if isset($address->alias)}"{$address->alias|escape:'html'}"{/if} - {/if} - {else} - {l s='To add a new address, please fill out the form below.'} - {/if} -
- - {include file="$tpl_dir./errors.tpl"} - -*{l s='Required field'}
- - ++ {if isset($id_address) && (isset($smarty.post.alias) || isset($address->alias))} + {l s='Modify address'} + {if isset($smarty.post.alias)} + "{$smarty.post.alias}" + {else} + {if isset($address->alias)}"{$address->alias|escape:'html'}"{/if} + {/if} + {else} + {l s='To add a new address, please fill out the form below.'} + {/if} +
+ {include file="$tpl_dir./errors.tpl"} +*{l s='Required field'}
+ +