updates for adding concepts, including urls for agrovoc and umls services and updating person has educational training to add the inverse property from organization to educational training

This commit is contained in:
hjkhjk54 2011-11-30 21:47:28 +00:00
parent c240321458
commit 49ff104d3a
7 changed files with 39 additions and 33 deletions

View file

@ -206,7 +206,7 @@ var addConceptForm = {
var htmlAdd = "<li class='concepts'>" +
"<div class='row'>" +
"<span class='column conceptLabel'>" +
addConceptForm.generateIndividualCUIInput(cuiURI, label, definition, type, definedBy) +
addConceptForm.generateIndividualCUIInput(cuiURI, label, type, definedBy) +
label + addConceptForm.generateIndividualTypeDisplay(type) + "</span>" +
addConceptForm.generateIndividualDefinitionDisplay(definition) +
"</div>" +