Index: openacs-4/packages/dynamic-types/lib/templates/add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/lib/templates/Attic/add.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/dynamic-types/lib/templates/add.tcl 18 Feb 2005 17:03:11 -0000 1.1.2.2 +++ openacs-4/packages/dynamic-types/lib/templates/add.tcl 18 Feb 2005 19:20:10 -0000 1.1.2.3 @@ -19,16 +19,19 @@ if {[info exists id_column] && $id_column ne ""} { dtype::form::add_elements \ + -dform standard \ -object_id $id_column \ -form add } else { dtype::form::add_elements \ -form add \ + -dform standard -object_type __object_type } if {[template::form::is_submission add]} { dtype::form::process \ -form add \ + -dform standard -object_type __object_type }