re-worked cancel button and some hide/show issues; corrected typo in java class, was GEneral...

This commit is contained in:
tworrall 2011-12-02 18:03:36 +00:00
parent a6af90662e
commit 57e880a9c2
3 changed files with 20 additions and 11 deletions

View file

@ -40,7 +40,7 @@ public class ConceptSearchServiceUtils {
map.put(UMLSVocabSource, new VocabSourceDescription("UMLS", UMLSVocabSource, "http://www.nlm.nih.gov/research/umls/", "Unified Medical Language System"));
//Commenting out agrovoc for now until implementation is updated
// map.put(AgrovocVocabSource, new VocabSourceDescription("AGROVOC", AgrovocVocabSource, "www.fao.org/agrovoc/", "Agricultural Vocabulary"));
map.put(GemetVocabSource, new VocabSourceDescription("GEMET", GemetVocabSource, "http://www.eionet.europa.eu/gemet", "GEneral Multilingual Environmental Thesaurus"));
map.put(GemetVocabSource, new VocabSourceDescription("GEMET", GemetVocabSource, "http://www.eionet.europa.eu/gemet", "General Multilingual Environmental Thesaurus"));
return map;
}