Update of /cvsroot/phpwebapp/web_app/webobjects/dbTable
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7295/webobjects/dbTable
Modified Files:
editRecord.html
Log Message:
Index: editRecord.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/dbTable/editRecord.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** editRecord.html 21 Jul 2004 17:04:30 -0000 1.6
--- editRecord.html 23 Jul 2004 09:40:16 -0000 1.7
***************
*** 10,14 ****
name="{{fld_name}}" id="{{fld_name}}" value="{{{{fld_name}}}}" />
</td>
! <tr>
</repeat>
</table>
--- 10,14 ----
name="{{fld_name}}" id="{{fld_name}}" value="{{{{fld_name}}}}" />
</td>
! </tr>
</repeat>
</table>
|