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}