NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list.

This commit is contained in:
rjy7 2010-07-14 22:14:31 +00:00
parent 49b18c57aa
commit 66df54d2a3
11 changed files with 48 additions and 52 deletions

View file

@ -6,5 +6,5 @@
<jsp:param name="roleActivityType_optionsType" value="CHILD_VCLASSES" />
<jsp:param name="roleActivityType_objectClassUri" value="http://xmlns.com/foaf/0.1/Organization" />
<jsp:param name="roleActivityType_literalOptions" value="[ '', 'Select one' ]" />
<jsp:param name="roleActivityType_literalOptions" value="[ 'Select one' ]" />
</jsp:include>