VIVO-303 picklist sorting

This commit is contained in:
brianjlowe 2013-10-08 14:33:38 -04:00
parent 946c40a13e
commit e2c48e65f9
26 changed files with 94 additions and 123 deletions

View file

@ -103,7 +103,7 @@
<c:param name="uri" value="${superproperty.URI}"/>
</c:url>
<li><input type="checkbox" name="SuperpropertyURI" value="${superproperty.URI}" class="form-item"/>
<a href="${superpropertyURL}">${superproperty.localNameWithPrefix}</a>
<a href="${superpropertyURL}">${superproperty.pickListName}</a>
</li>
</c:forEach>
</ul>
@ -135,7 +135,7 @@
<c:param name="uri" value="${subproperty.URI}"/>
</c:url>
<li><input type="checkbox" name="SubpropertyURI" value="${subproperty.URI}" class="form-item"/>
<a href="${subpropertyURL}"> ${subproperty.localNameWithPrefix} </a>
<a href="${subpropertyURL}"> ${subproperty.pickListName} </a>
</li>
</c:forEach>
</ul>
@ -172,7 +172,7 @@
<c:param name="uri" value="${eqproperty.URI}"/>
</c:url>
<li><input type="checkbox" name="SubpropertyURI" value="${eqproperty.URI}" class="form-item"/>
<a href="${eqpropertyURL}"> ${eqproperty.localNameWithPrefix} </a>
<a href="${eqpropertyURL}"> ${eqproperty.pickListName} </a>
</li>
</c:forEach>
</ul>