From bf10a0fadd7d479cbdeca8a49d04ad42257b3641 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 11 Jan 2011 19:58:40 +0000 Subject: [PATCH] NIHVIVO-1316: Added add/edit/delete functionality to object properties in individual pages. --- .../freemarker/body/individual/individual--foaf-person.ftl | 6 +++--- themes/wilma/templates/identity.ftl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 847d0793..2686b639 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -31,12 +31,12 @@ <#-- Email --> <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!> <#if email?has_content> - <#-- Show property label if we can add one + <#-- Show property label if we can add one <#assign addUrl = email.addUrl> <#if addUrl??>

email.name

<@addLink > - - --> + --> +