diff --git a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl index 3ecfde3e..b5749d47 100644 --- a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl @@ -7,11 +7,12 @@ <#assign submissionErrors = editSubmission.validationErrors/> + <#--This is set for testing purposes - will be retrieved dynamically from the generator later--> <#assign sources = [{"uri":"UMLS", "label":"UMLS"}, {"uri":"Agrovoc", "label":"Agrovoc"}]/> +<#assign selectedSource = "UMLS" /> - -

Manage Associated Concepts

+

Manage Concepts

<#if submissionErrors?has_content> @@ -28,7 +29,7 @@ -<#--@lvf.unsupportedBrowser--> +<@lvf.unsupportedBrowser/>
@@ -95,6 +96,8 @@

+ + Can't find the concept you want? Create your own.