Remove number of individuals to display controll from property editing form NIHVIVO-3921
This commit is contained in:
parent
61ede29fa7
commit
bfad0384bd
1 changed files with 1 additions and 7 deletions
|
@ -234,13 +234,7 @@
|
||||||
<tr><td colspan="5"><hr class="formDivider"/></td></tr>
|
<tr><td colspan="5"><hr class="formDivider"/></td></tr>
|
||||||
<tr class="editformcell">
|
<tr class="editformcell">
|
||||||
<td valign="top" colspan="2">
|
<td valign="top" colspan="2">
|
||||||
<b>Number</b> of individuals to display<br/>
|
<%-- Removed "Number of individuals to display" control per NIHVIVO-3921 --%>
|
||||||
<input type="text" class="shortInput" name="DomainDisplayLimit" value="<form:value name="DomainDisplayLimit"/>" /><br/>
|
|
||||||
<i>before showing a "more ..." button</i><br/>
|
|
||||||
<c:set var="DomainDisplayLimitError"><form:error name="DomainDisplayLimit"/></c:set>
|
|
||||||
<c:if test="${!empty DomainDisplayLimitError}">
|
|
||||||
<span class="notice"><c:out value="${DomainDisplayLimitError}"/></span>
|
|
||||||
</c:if>
|
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" colspan="3">
|
<td valign="top" colspan="3">
|
||||||
<b>Sort direction</b> for related individuals, alphabetically by their name (rdfs:label)<br/>
|
<b>Sort direction</b> for related individuals, alphabetically by their name (rdfs:label)<br/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue