From 0c1dbdd91e69a27a42b68d9be3259ebd23eec790 Mon Sep 17 00:00:00 2001 From: nac26 Date: Thu, 10 Feb 2011 16:33:03 +0000 Subject: [PATCH] NIHVIVO-2098 Moved the <#assign> directive inside the test for temporalVisualizationEnabled and added a comment to explain what this is all about --- .../body/individual/individual--foaf-organization.ftl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl index 1ec31144..85d161fd 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl @@ -2,10 +2,11 @@ <#-- Individual profile page template for foaf:Organization individuals (extends individual.ftl in vivo)--> -<#assign classSpecificExtension> - <#if temporalVisualizationEnabled??> +<#-- Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled" --> +<#if temporalVisualizationEnabled??> + <#assign classSpecificExtension> <#include "individual-visualizationTemporalGraph.ftl"> - - + + -<#include "individual.ftl"> +<#include "individual.ftl"> \ No newline at end of file