From 7fa0c0acd8c57f45146902d650df8d043011e772 Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Fri, 10 Jul 2015 12:15:02 -0400 Subject: [PATCH] No Jira issue. Add tooltips to object property labels by pulling in the public description of th eproperty. --- .../body/partials/individual/individual-geographicFocus.ftl | 2 +- .../body/partials/individual/individual-positions.ftl | 2 +- .../body/partials/individual/individual-researchAreas.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl index cea382e6..043bfe78 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl @@ -4,7 +4,7 @@ <#assign geographicFoci = propertyGroups.pullProperty("${core}geographicFocus")!> <#if geographicFoci?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <#assign localName = geographicFoci.localName> -

+

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

diff --git a/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl b/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl index 4b5e5c85..db5a7745 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl @@ -4,7 +4,7 @@ <#assign positions = propertyGroups.pullProperty("${core}relatedBy", "${core}Position")!> <#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <#assign localName = positions.localName> -

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

+

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

diff --git a/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl b/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl index aaabeb05..bf5edf7a 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl @@ -5,7 +5,7 @@ <#assign concepts = propertyGroups.pullProperty("${core}hasAssociatedConcept")!> <#if researchAreas?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <#assign localName = researchAreas.localName> -

+

${researchAreas.name?capitalize} ${i18n().research_areas} <@p.addLink researchAreas editable /> <@p.verboseDisplay researchAreas />