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.

This commit is contained in:
rjy7 2011-01-14 21:33:40 +00:00
parent e04572a75a
commit 2672057996
2 changed files with 0 additions and 8 deletions

View file

@ -146,10 +146,6 @@
<#-- Ontology properties -->
<#include "individual-properties.ftl">
<#-- Keywords -->
<#if individual.keywords?has_content>
<p id="keywords">Keywords: ${individual.keywordString}</p>
</#if>
${stylesheets.add("/css/individual/individual.css")}

View file

@ -77,10 +77,6 @@
<#-- Ontology properties -->
<#include "individual-properties.ftl">
<#-- Keywords -->
<#if individual.keywords?has_content>
<p id="keywords">Keywords: ${individual.keywordString}</p>
</#if>
${stylesheets.add("/css/individual/individual.css")}