Index: openacs-4/packages/assessment/www/asm-admin/action-params.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/action-params.tcl,v diff -u -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/assessment/www/asm-admin/action-params.tcl 26 Jul 2005 13:41:25 -0000 1.5.2.3 +++ openacs-4/packages/assessment/www/asm-admin/action-params.tcl 1 Aug 2005 11:52:14 -0000 1.5.2.4 @@ -76,9 +76,8 @@ } } else { set choices [db_list_of_lists choices_param $query] - } - - set parameter [list [list param_$parameter_id:text(select),optional [list label $varname] [list options $choices] [list help_text $description]]] + } + set parameter [list [list param_$parameter_id:text(select),optional [list label $varname] [list html [list style "width:200px"]] [list options $choices] [list help_text $description]]] ad_form -extend -name get_params -form $parameter }