|
From: Johan T. <jt...@us...> - 2007-01-17 22:58:25
|
Update of /cvsroot/boakeity/boakeity/src/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29534/src/view Modified Files: biobankui.xhtml Log Message: Add facility for choosing the country where the biobank resides. Index: biobankui.xhtml =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/view/biobankui.xhtml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- biobankui.xhtml 16 Jan 2007 23:32:23 -0000 1.6 +++ biobankui.xhtml 17 Jan 2007 22:56:49 -0000 1.7 @@ -84,7 +84,9 @@ </div> <div> <h:outputLabel for="country" class="heading" value="#{msg.BiobankCountry}"/> - <h:inputText id="country" value="#{biobank.country}" style="width: 175px;"/> + <h:selectOneMenu id="country" value="#{biobank.country}"> + <f:selectItems value="#{biobankCountryTypeList}" /> + </h:selectOneMenu> </div> <div> <h:outputLabel for="establishDate" class="heading" value="#{msg.EstablishDate}"/> |