NIHVIVO-1590 Temporarily commenting out form control for verbose property display, because this feature will most likely not be implemented in v1.2.
This commit is contained in:
parent
6f494c535c
commit
b5cc83ffa8
1 changed files with 3 additions and 1 deletions
|
@ -33,12 +33,14 @@
|
|||
<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>
|
Loading…
Add table
Reference in a new issue