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">
@ -263,6 +264,8 @@
</form>
</c:if>
</td>
<td>
<form action="editForm" method="get">
<input type="hidden" name="home" value="${portalBean.portalId}" />
@ -284,6 +287,7 @@
<input type="hidden" name="controller" value="Keyword"/>
</form>
</td>
--%>
</tr>
</table>