Update of /cvsroot/phpwebapp/web_app/webobjects/xlistbox
In directory sc8-pr-cvs1:/tmp/cvs-serv4302/webobjects/xlistbox
Modified Files:
xlistbox.html
Log Message:
Index: xlistbox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/xlistbox/xlistbox.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xlistbox.html 16 Jul 2003 09:27:59 -0000 1.2
--- xlistbox.html 22 Aug 2003 06:47:19 -0000 1.3
***************
*** 13,20 ****
<Repeat rs="{{rs}}">
<Var name="SELECT">
! ("{{{{obj_name}}}}"=="{{id}}" ? "selected" : "")
</Var>
<option value="{{id}}" {{SELECT}}>
! {{label}}</option>
</Repeat>
</select>
--- 13,20 ----
<Repeat rs="{{rs}}">
<Var name="SELECT">
! ("{{{{obj_name}}}}"=="{{id}}" ? "selected" : "")
</Var>
<option value="{{id}}" {{SELECT}}>
! {{label}}</option>
</Repeat>
</select>
|