Update of /cvsroot/phpwebapp/web_app/webobjects/table
In directory sc8-pr-cvs1:/tmp/cvs-serv4302/webobjects/table
Modified Files:
table.html
Log Message:
Index: table.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/table/table.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** table.html 16 Jul 2003 09:27:59 -0000 1.2
--- table.html 22 Aug 2003 06:47:19 -0000 1.3
***************
*** 13,17 ****
<tr>
<Repeat rs="{{table}}->fields">
! <td bgcolor="white"> {{{{fld_name}}}} </td>
</Repeat>
</tr>
--- 13,17 ----
<tr>
<Repeat rs="{{table}}->fields">
! <td bgcolor="white"> {{{{fld_name}}}} </td>
</Repeat>
</tr>
|