Update of /cvsroot/phplib/php-lib-stable/doc/sgml
In directory usw-pr-cvs1:/tmp/cvs-serv6282
Modified Files:
05-tpl_form.sgml
Log Message:
fix broken table layout
Index: 05-tpl_form.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/doc/sgml/05-tpl_form.sgml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** 05-tpl_form.sgml 2000/04/17 16:40:06 1.1.1.1
--- 05-tpl_form.sgml 2001/08/15 22:37:59 1.2
***************
*** 47,51 ****
Name of the class. Used for serialization AND in <tt/display/ to determine the filename of template containing HTML/php code needed to actually render the form.<rowsep>
error<colsep>
! Contains error messages generated by <tt/validate/ and <tt/validate_input/ methods.
values<colsep>
This is a sort of "shared memory area" between the form and the application. Is read in <tt/init/ method and passed back in <tt/get_values/ method.<rowsep>
--- 47,51 ----
Name of the class. Used for serialization AND in <tt/display/ to determine the filename of template containing HTML/php code needed to actually render the form.<rowsep>
error<colsep>
! Contains error messages generated by <tt/validate/ and <tt/validate_input/ methods.<rowsep>
values<colsep>
This is a sort of "shared memory area" between the form and the application. Is read in <tt/init/ method and passed back in <tt/get_values/ method.<rowsep>
|