NIHVIVO-1718 Removing the back end keyword forms, since: they are buggy; the property is not displayed on the individual page;

and the property will be removed in v1.3.
This commit is contained in:
rjy7 2011-01-14 21:39:44 +00:00
parent b4552f3e19
commit e9be56a37f

View file

@ -245,7 +245,8 @@
</td>
</tr>
<%-- RY Removing these forms: they are buggy; the property is not displayed on the individual page;
and the property will be removed in v1.3.
<!-- keyterms -->
<tr valign="bottom" align="center">
<td valign="bottom" align="center">
@ -262,7 +263,9 @@
<input type="hidden" name="controller" value="Keys2Ents"/>
</form>
</c:if>
</td>
</td>
<td>
<form action="editForm" method="get">
<input type="hidden" name="home" value="${portalBean.portalId}" />
@ -283,7 +286,8 @@
<input type="hidden" name="Origin" value="curator-added"/>
<input type="hidden" name="controller" value="Keyword"/>
</form>
</td>
</td>
--%>
</tr>
</table>