From 0dae87841daad261e76da233d80c07c288d0508d Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 9 Apr 2015 09:10:31 +0000 Subject: [PATCH] Foundry suppor for ccm-cms-types-contact and ccm-cms-types-person (and all other types which inherit from com.arsdigita.cms.contenttypes.GenericPerson) git-svn-id: https://svn.libreccm.org/ccm/trunk@3325 8810af33-2d31-482b-a856-94f89814c4df --- .../template-tags/content-items/contact.xsl | 68 +++++++++++++++---- .../template-tags/content-items/person.xsl | 38 ++++++++++- 2 files changed, 89 insertions(+), 17 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/contact.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/contact.xsl index f025e1fe7..407dc8fec 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/contact.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/contact.xsl @@ -87,18 +87,16 @@ - - - - - - + + - + + - + @@ -115,13 +113,13 @@ - + - + @@ -144,13 +142,53 @@ - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl index 10e032c50..601d6d133 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl @@ -104,7 +104,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file