From a952289ed70a83e0c4992d2e47a97f448ed7edf1 Mon Sep 17 00:00:00 2001 From: cdtank Date: Fri, 14 Jan 2011 21:56:15 +0000 Subject: [PATCH] 1. Changed styling a bit for error messages on temporal graph vis. --- .../entityComparisonStandaloneActivator.ftl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonStandaloneActivator.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonStandaloneActivator.ftl index be9524ac..0de527bb 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonStandaloneActivator.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonStandaloneActivator.ftl @@ -211,12 +211,12 @@ var organizationLabel = '${organizationLabel}'; if ($(this).next().is(':disabled')) { - createNotification("error-notification", { + createNotification("warning-notification", { title: 'Error', text: 'A Maximum 10 entities can be compared. Please remove some & try again.' }, { custom: true, - expires: 3500 + expires: false }); } @@ -301,8 +301,9 @@ var organizationLabel = '${organizationLabel}';

Close Me

-
+
x +

#{title}

#{text}