|
From: Johan T. <jt...@us...> - 2007-01-16 23:32:28
|
Update of /cvsroot/boakeity/boakeity/src/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9054/src/view Modified Files: biobankui.xhtml Log Message: Add facility for choosing biobank type. Index: biobankui.xhtml =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/view/biobankui.xhtml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- biobankui.xhtml 14 Jan 2007 21:39:57 -0000 1.5 +++ biobankui.xhtml 16 Jan 2007 23:32:23 -0000 1.6 @@ -78,7 +78,9 @@ </div> <div> <h:outputLabel for="biobankType" class="heading" value="#{msg.BiobankType}"/> - <h:inputText id="biobankType" value="#{biobank.biobankType}" style="width: 175px;"/> + <h:selectOneMenu id="biobankType" value="#{biobank.biobankType}"> + <f:selectItems value="#{biobankTypeList}" /> + </h:selectOneMenu> </div> <div> <h:outputLabel for="country" class="heading" value="#{msg.BiobankCountry}"/> |