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] Index: openacs-4/packages/ams/www/list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/ams/www/list.tcl 10 Apr 2006 17:21:52 -0000 1.9 +++ openacs-4/packages/ams/www/list.tcl 25 Sep 2006 15:21:57 -0000 1.10 @@ -34,7 +34,6 @@ } set list_id [ams::list::get_list_id -package_key $package_key -object_type $object_type -list_name $list_name] - set create_attribute_url [export_vars -base "attribute-add" -url {object_type list_id return_url return_url_label}]