Update of /cvsroot/phpwebapp/web_app/webobjects/dbTable
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16073/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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** editRecord.html 11 May 2004 06:45:29 -0000 1.4
--- editRecord.html 15 Jul 2004 14:46:03 -0000 1.5
***************
*** 1,5 ****
<WebClass ID="editRecord">
<If condition="!('{{state}}'=='hidden')">
! <form name="{{obj_name}}" onsubmit="return false;">
<table bgcolor="#aaaaaa" border="0" cellspacing="0" cellpadding="0">
<Repeat rs="{{table}}->fields">
--- 1,5 ----
<WebClass ID="editRecord">
<If condition="!('{{state}}'=='hidden')">
! <form name="{{obj_name}}" id="{{obj_name}}" onsubmit="return false;">
<table bgcolor="#aaaaaa" border="0" cellspacing="0" cellpadding="0">
<Repeat rs="{{table}}->fields">
***************
*** 8,12 ****
<td>
<input type="text" class="editRecord_field"
! name="{{fld_name}}" value="{{{{fld_name}}}}">
</td>
<tr>
--- 8,12 ----
<td>
<input type="text" class="editRecord_field"
! name="{{fld_name}}" id="{{fld_name}}" value="{{{{fld_name}}}}">
</td>
<tr>
|