Index: openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/simulation-casting-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-2.tcl 17 Dec 2003 10:43:07 -0000 1.8 +++ openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-2.tcl 17 Dec 2003 16:51:24 -0000 1.9 @@ -33,7 +33,7 @@ {value $in_two_months_date} } {notification_date:date - {label "Date to send start notification"} + {label "Date to send start notification (mockup only)"} {value $in_two_and_a_half_months_date} } {case_start:date @@ -83,7 +83,8 @@ array unset sim_template set sim_template(enroll_start) $enroll_start_ansi set sim_template(enroll_end) $enroll_end_ansi - set sim_template(notification_date) $notification_date_ansi + # TODO: + #set sim_template(notification_date) $notification_date_ansi set sim_template(case_start) $case_start_ansi set sim_template(case_end) $case_end_ansi set sim_template(enroll_type) $enroll_type