From 26720579962cdd427e0412571311abe021da2ad6 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 14 Jan 2011 21:33:40 +0000 Subject: [PATCH] NIHVIVO-1713 Suppress display of vitro:Keyword property on individual page. Wasn't working on old individual page; back end editing for this property is buggy; and the property itself will be removed in 1.3. --- .../freemarker/body/individual/individual--foaf-person.ftl | 4 ---- .../templates/freemarker/body/individual/individual.ftl | 4 ---- 2 files changed, 8 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index b62348dd..22a44f62 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -146,10 +146,6 @@ <#-- Ontology properties --> <#include "individual-properties.ftl"> -<#-- Keywords --> -<#if individual.keywords?has_content> -

Keywords: ${individual.keywordString}

- ${stylesheets.add("/css/individual/individual.css")} diff --git a/productMods/templates/freemarker/body/individual/individual.ftl b/productMods/templates/freemarker/body/individual/individual.ftl index 093cb796..de60c5fa 100644 --- a/productMods/templates/freemarker/body/individual/individual.ftl +++ b/productMods/templates/freemarker/body/individual/individual.ftl @@ -77,10 +77,6 @@ <#-- Ontology properties --> <#include "individual-properties.ftl"> -<#-- Keywords --> -<#if individual.keywords?has_content> -

Keywords: ${individual.keywordString}

- ${stylesheets.add("/css/individual/individual.css")}