Index: openacs-4/packages/ams/tcl/ams-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-procs.tcl,v diff -u -r1.41 -r1.42 --- openacs-4/packages/ams/tcl/ams-procs.tcl 20 Feb 2006 06:20:19 -0000 1.41 +++ openacs-4/packages/ams/tcl/ams-procs.tcl 20 Feb 2006 10:43:52 -0000 1.42 @@ -438,12 +438,14 @@ set attribute_name [lindex $attribute 3] set pretty_name [lindex $attribute 4] set widget [lindex $attribute 5] + set html_options [lindex $attribute 6] set element [ams::widget \ -widget $widget \ -request "ad_form_widget" \ -attribute_name $attribute_name \ -pretty_name $pretty_name \ + -html_options $html_options \ -optional_p [string is false $required_p] -attribute_id $attribute_id] if { [exists_and_not_null section_heading] } {