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:
hjkhjk54 2011-08-16 21:02:45 +00:00
parent dd44eeb314
commit 1c4d73da07
5 changed files with 78 additions and 41 deletions

View file

@ -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>";