From 84e0df49521345232557caeef5bf60c4d7dab653 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 24 Jan 2011 17:43:56 +0000 Subject: [PATCH] NIHVIVO-1885: Fixed: Links to organizations in person's Positions list are not colored like other property links --- .../freemarker/body/individual/individual--foaf-person.ftl | 2 +- themes/wilma/css/wilma.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index c3b71660..aa423ecf 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -99,7 +99,7 @@ <#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!> <#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->

${positions.name?capitalize} <@p.addLink positions editable />

-