Index: openacs-4/packages/simulation/www/siminst/simulation-enrollment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/Attic/simulation-enrollment.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/simulation/www/siminst/simulation-enrollment.tcl 7 Jan 2004 16:27:35 -0000 1.3 +++ openacs-4/packages/simulation/www/siminst/simulation-enrollment.tcl 9 Jan 2004 14:40:03 -0000 1.4 @@ -13,11 +13,11 @@ #set eligible_groups [simulation::casting_groups -workflow_id $workflow_id] ad_form -export { workflow_id } -name simulation -form { - {enroll_type:text(radio) + {enroll_type:text(checkbox) {label "Enrollment type"} - {options {{"By invitation only" closed} {Open open}}} + {options {{"Allow self-enrollment" closed}}} {html {onChange "javascript:acs_FormRefresh('simulation');"}} - {help_text "With Open enrollment, any user can join during the enrollment period. You can still directly enroll users and send invitations.
By Invitation Only prevents users from joining unless invited; you can still directly enroll users. "} + {help_text "If self-enrollment is allowed, this simulation will be publicly listed on the Simulation home page and anybody can enroll themself."} } {enroll_start:date,to_sql(ansi),from_sql(ansi),optional {label "Enrollment start date"}