summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lsces@lsces.co.uk>2011-03-10 04:23:47 +0000
committerLester Caine <lsces@lsces.co.uk>2011-03-10 04:23:47 +0000
commit628fbdc027a7aaf62f3a2ef998e874a09696194f (patch)
treed9f565c44afd0ea64d567824735163678c00ac05 /templates
parent735c56e4cc8b428019139072d997c42dad313c3f (diff)
downloadcontact-628fbdc027a7aaf62f3a2ef998e874a09696194f.tar.gz
contact-628fbdc027a7aaf62f3a2ef998e874a09696194f.tar.bz2
contact-628fbdc027a7aaf62f3a2ef998e874a09696194f.zip
List all addresses in Address tab
Diffstat (limited to 'templates')
-rw-r--r--templates/edit.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/edit.tpl b/templates/edit.tpl
index 23a84a3..9b2afae 100644
--- a/templates/edit.tpl
+++ b/templates/edit.tpl
@@ -99,7 +99,9 @@
{/jstab}
{jstab title="Contact Address"}
- {include file="bitpackage:contact/display_address.tpl"}
+ {section name=address loop=$pageInfo.address}
+ {include file="bitpackage:contact/display_address.tpl" header=$pageInfo.address[address].source_title address=$pageInfo.address[address] locate=1}
+ {/section}
{/jstab}
{jstab title="Contact Notes"}