From 2111854d74a4ce508c1914f8be8e3ba6982c39f7 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Tue, 4 Jan 2011 17:03:53 +0000 Subject: [PATCH] NIHVIVO-1459 Create generic individual.ftl template by stripping away person-specific code. --- .../freemarker/body/individual/individual.ftl | 61 +------------------ .../individual/individual-properties.ftl | 4 +- 2 files changed, 5 insertions(+), 60 deletions(-) diff --git a/webapp/web/templates/freemarker/body/individual/individual.ftl b/webapp/web/templates/freemarker/body/individual/individual.ftl index 9b9b8da72..7bb07a1b6 100644 --- a/webapp/web/templates/freemarker/body/individual/individual.ftl +++ b/webapp/web/templates/freemarker/body/individual/individual.ftl @@ -33,26 +33,6 @@
  • RDF
  • - - <#-- Email --> - <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!> - <#if email?has_content> - - - - <#-- Phone --> - <#assign phone = propertyGroups.getPropertyAndRemoveFromList("${core}phoneNumber")!> - <#if phone?has_content> - - <#-- Links -->