Updates for including termType as information to be displayed in custom list view as well as editing page (and added in the N3).
This commit is contained in:
parent
dd44eeb314
commit
1c4d73da07
5 changed files with 78 additions and 41 deletions
|
@ -189,7 +189,7 @@ var addTerminologyForm = {
|
|||
"<div class='row'>" +
|
||||
"<span class='column termLabel'>" +
|
||||
"<input type='checkbox' id='CUI' name='CUI' value='" + cuiURI + "' label='" + label + "' termType='" + type + "'/>" +
|
||||
label + "( " + type + ")</span>" +
|
||||
label + " (" + type + ")</span>" +
|
||||
"<span class='column termDefinition'>" + definition + "</span>" +
|
||||
"</div>" +
|
||||
"</li>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue