Index: openacs-4/packages/dotlrn-ecommerce/www/admin/process-purchase-course.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/process-purchase-course.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn-ecommerce/www/admin/process-purchase-course.tcl 17 Aug 2005 09:31:58 -0000 1.15 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/process-purchase-course.tcl 18 Aug 2005 10:05:35 -0000 1.16 @@ -15,7 +15,7 @@ {participant_id 0} {section ""} - {section_id 0} + {section_id "-1"} purchaser_id:integer,optional,notnull @@ -150,7 +150,7 @@ set search_url [export_vars -base process-purchase-course { user_id participant participant_id {section ""} {section_id 0} related_user new_user_p }] ad_form -extend -name "participant" -export { section } -form { {section_id:integer(select),optional {label "Select Section"} {options {$section_list}} - {after_html {Search Section}} + {after_html {}} {help_text {Select a section. Or, hit search again to change to a search box.}} }