diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl index afc0e2a8..7186077d 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl @@ -17,8 +17,8 @@ <#assign departmentalGrantsExtension> diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl index fe709e78..49cfbaf4 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -36,7 +36,7 @@
<#if relatedSubject??>

${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}

-

← return to ${relatedSubject.name}

+

← ${i18n().return_to(relatedSubject.name)}

<#else>

style="float:left;border-right:1px solid #A6B1B0;"> <#-- Label --> @@ -68,8 +68,8 @@

@@ -94,7 +94,7 @@
<#assign webpage = propertyGroups.pullProperty("${core}webpage")!> <#if webpage?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> -

Websites <@p.addLink webpage editable ""/>

+

${i18n().websites} <@p.addLink webpage editable ""/>

<@p.verboseDisplay webpage /> <#assign localName = webpage.localName>
@@ -102,7 +102,7 @@ <#assign webpage = propertyGroups.pullProperty("${core}webpage")!> <#if webpage?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <#if editable> -

Websites <@p.addLink webpage editable ""/>

+

${i18n().websites} <@p.addLink webpage editable ""/>

<@p.verboseDisplay webpage /> <#assign localName = webpage.localName> @@ -124,7 +124,7 @@ <#assign geographicFocus = propertyGroups.pullProperty("${core}geographicFocus")!> <#if geographicFocus?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> -

Geographic Focus <@p.addLink geographicFocus editable ""/>

+

${i18n().geographic_focus} <@p.addLink geographicFocus editable ""/>

<@p.verboseDisplay geographicFocus /> <#assign localName = geographicFocus.localName> @@ -148,7 +148,7 @@ <#assign webpage = propertyGroups.pullProperty("${core}webpage")!> <#if webpage?has_content> -

Websites <@p.addLink webpage editable ""/>

+

${i18n().websites} <@p.addLink webpage editable ""/>

<@p.verboseDisplay webpage /> <#assign localName = webpage.localName>