From 94016d64da4342e23ecc4ac98b73a78192ca9b23 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 1 Dec 2011 20:20:10 +0000 Subject: [PATCH] NIHVIVO-3381 ensured unspupported browser message works correctly --- .../templates/freemarker/edit/forms/addUserDefinedConcept.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl b/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl index 9d444166..293267ed 100644 --- a/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addUserDefinedConcept.ftl @@ -1,5 +1,5 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - +<#import "lib-vivo-form.ftl" as lvf> <#--If edit submission exists, then retrieve validation errors if they exist--> <#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content> <#assign submissionErrors = editSubmission.validationErrors/> @@ -9,6 +9,7 @@

Create Your Own Concept

+<@lvf.unsupportedBrowser urls.base />