diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 25185cd7..c0cd4ac0 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -7,17 +7,13 @@
- <#-- Image --> - <@p.imageLinks individual propertyGroups editable "${urls.images}/placeholders/person.thumbnail.jpg" /> - + <@p.imageLinks individual propertyGroups namespaces editable "${urls.images}/placeholders/person.thumbnail.jpg" /> +
- +
<#if individual.showAdminPanel> <#include "individual-adminPanel.ftl"> @@ -73,9 +69,7 @@ <#else>

<#-- Label --> - <#assign label = individual.nameStatement> - ${label.value} - <#-- <@p.editingLinks label label editable /> --> + <@p.label individual editable /> <#-- Moniker --> <#if individual.moniker?has_content> @@ -87,7 +81,7 @@ <#-- Positions --> <#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 <@p.addLink positions editable />

+

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

<#if positions.statements?has_content> <#-- if there are any statements -->