Index: openacs-4/packages/simulation/www/siminst/simulation-participants.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/simulation-participants.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/simulation/www/siminst/simulation-participants.tcl 7 Jan 2004 12:22:40 -0000 1.2 +++ openacs-4/packages/simulation/www/siminst/simulation-participants.tcl 9 Jan 2004 14:40:03 -0000 1.3 @@ -4,13 +4,12 @@ workflow_id:integer } +# TODO: implement the enrollment type and optional enrollment date fields from simulation-enrollment.tcl simulation::template::get -workflow_id $workflow_id -array sim_template set group_admin_url [export_vars -base "[subsite::get_element -element url]admin/group-types/one" { { group_type group } }] - - set permission_group_name [simulation::permission_group_name] set subsite_group_id [application_group::group_id_from_package_id \ @@ -80,10 +79,9 @@ } html { align center } - hide_p {[ad_decode $sim_template(enroll_type) "closed" 1 0]} } auto_enroll_p { - label "Auto-Enroll" + label "Mandatory Participation" display_template { @@ -95,7 +93,6 @@ html { align center } } } - # wizard submit simulation -buttons { back next }