format customer address list
This commit is contained in:
@@ -158,14 +158,14 @@
|
|||||||
<td>
|
<td>
|
||||||
<address>
|
<address>
|
||||||
<strong>{loop name="address.title" type="title" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME}</strong><br>
|
<strong>{loop name="address.title" type="title" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME}</strong><br>
|
||||||
{$ADDRESS1}<br>
|
{$ADDRESS1}
|
||||||
{$ADDRESS2}<br>
|
{if $ADDRESS2}<br />{$ADDRESS2}{/if}
|
||||||
{$ADDRESS3}<br>
|
{if $ADDRESS3}<br />{$ADDRESS3}{/if}
|
||||||
{if $PHONE}
|
{if $PHONE}
|
||||||
<abbr title="{intl l="Phone"}">P:</abbr> {$PHONE}<br>
|
<br> <abbr title="{intl l="Phone"}">P:</abbr>{$PHONE}
|
||||||
{/if}
|
{/if}
|
||||||
{if $CELLPHONE}
|
{if $CELLPHONE}
|
||||||
<abbr title="{intl l="cell phone"}">P:</abbr> {$CELLPHONE}
|
<br> <abbr title="{intl l="cell phone"}">P:</abbr>{$CELLPHONE}
|
||||||
{/if}
|
{/if}
|
||||||
</address>
|
</address>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user