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 712f5b33..63a2f065 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -74,14 +74,7 @@ <#include "individual-iconControls.ftl"> <#if editable && profilePageTypesEnabled > -
style="top:55px" > - -

${i18n().profile_type}

- -
+ <#include "individual-profilePageTypes.ftl"> diff --git a/productMods/templates/freemarker/body/partials/individual/individual-profilePageTypes.ftl b/productMods/templates/freemarker/body/partials/individual/individual-profilePageTypes.ftl new file mode 100644 index 00000000..addd10c0 --- /dev/null +++ b/productMods/templates/freemarker/body/partials/individual/individual-profilePageTypes.ftl @@ -0,0 +1,11 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- profile page type select element on individual 2-column profile page --> + +
style="top:55px" > +

${i18n().profile_type}

+ +