NIHVIVO-1392 Verbose property display

This commit is contained in:
rjy7 2011-02-24 22:15:34 +00:00
parent c82314cbdb
commit faac29e6ba
10 changed files with 94 additions and 19 deletions

View file

@ -33,14 +33,12 @@
<li><a href="${ontologyEditor.urls.propertyGroups}">Property groups</a></li>
</ul>
<#-- NIHVIVO-1590 This feature temporarily disabled in v1.2 due to time constraints.
<#assign formId = "verbosePropertyForm">
<form id="${formId}" action="${ontologyEditor.verbosePropertyForm.action}#${formId}" method="get">
<input type="hidden" name="verbose" value="${ontologyEditor.verbosePropertyForm.verboseFieldValue}" />
<span>Verbose property display for this session is <b>${ontologyEditor.verbosePropertyForm.currentValue}</b>.</span>
<input type="submit" id="submit" value="Turn ${ontologyEditor.verbosePropertyForm.newValue}" />
</form>
-->
</div>
</#if>