Index: openacs-4/packages/ams/www/attribute.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/attribute.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/ams/www/attribute.tcl 27 Apr 2006 13:45:16 -0000 1.14 +++ openacs-4/packages/ams/www/attribute.tcl 25 Sep 2006 15:21:57 -0000 1.15 @@ -146,7 +146,7 @@ set sort_order $sort_count set sort_key $sort_key_count -if { [template::multirow size options] > 0 } { +if { [lsearch [list select multiselect radio checkbox] $attribute_info(widget)] > -1 } { # its an option widget and we need to allow for new options template::multirow append options {new1} {} 1 $sort_count $sort_key template::multirow append options {new2} {} 1 [incr sort_count 10] [incr sort_key 1]