|
From: Johan T. <jt...@us...> - 2007-01-24 22:40:44
|
Update of /cvsroot/boakeity/boakeity/src/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24619/src/view Modified Files: biobankui.xhtml Log Message: Use textarea for some fields. Index: biobankui.xhtml =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/view/biobankui.xhtml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- biobankui.xhtml 24 Jan 2007 21:31:50 -0000 1.8 +++ biobankui.xhtml 24 Jan 2007 22:40:38 -0000 1.9 @@ -121,11 +121,11 @@ </div> <div> <h:outputLabel for="additionalInformation" class="heading" value="#{msg.AdditionalInformation}"/> - <h:inputText id="additionalInformation" value="#{biobank.additionalInformation}" style="width: 175px;"/> + <h:inputTextarea id="additionalInformation" value="#{biobank.additionalInformation}" class="notefield"/> </div> <div> <h:outputLabel for="note" class="heading" value="#{msg.Note}"/> - <h:inputText id="note" value="#{biobank.note}" style="width: 175px;"/> + <h:inputTextarea id="note" value="#{biobank.note}" class="notefield"/> </div> <div class="errors"> <h:messages globalOnly="true"/> |