Merge branch 'master' of github.com:thelia/thelia

Conflicts:
	templates/admin/default/customer-edit.html
This commit is contained in:
Manuel Raynaud
2013-10-28 15:41:48 +01:00
18 changed files with 1295 additions and 203 deletions

View File

@@ -161,6 +161,10 @@
{$ADDRESS1}
{if $ADDRESS2}<br />{$ADDRESS2}{/if}
{if $ADDRESS3}<br />{$ADDRESS3}{/if}
<br>{$ZIPCODE} {$CITY}
{loop name="address.country" type="country" id=$COUNTRY}
<br>{$TITLE}
{/loop}
{if $PHONE}
<br> <abbr title="{intl l="Phone"}">P:</abbr>{$PHONE}
{/if}