Index: openacs-4/contrib/packages/simulation/lib/sim-template-tasks.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/lib/Attic/sim-template-tasks.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/contrib/packages/simulation/lib/sim-template-tasks.adp 12 Jan 2004 11:31:01 -0000 1.11 +++ openacs-4/contrib/packages/simulation/lib/sim-template-tasks.adp 12 Jan 2004 11:33:41 -0000 1.12 @@ -1,4 +1,4 @@

-

TODO B (1h): Allow reordering of roles, tasks.

+

TODO B (.5h): Allow reordering of roles, tasks.

Index: openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/template-edit.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 10:58:37 -0000 1.20 +++ openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 11:33:41 -0000 1.21 @@ -17,8 +17,6 @@ # a form showing fields for a sim template # includes add, edit, and display modes and handles form submission # -# TODO: display mode doesn't exist yet - all display is through edit mode -# ###################################################################### #--------------------------------------------------------------------- @@ -27,7 +25,7 @@ if { [ad_form_new_p -key workflow_id] } { set mode edit - set cancel_url . + set cancel_url "." } else { set mode display set cancel_url [export_vars -base [ad_conn url] { workflow_id }] Index: openacs-4/packages/simulation/lib/sim-template-tasks.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/lib/sim-template-tasks.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/simulation/lib/sim-template-tasks.adp 12 Jan 2004 11:31:01 -0000 1.11 +++ openacs-4/packages/simulation/lib/sim-template-tasks.adp 12 Jan 2004 11:33:41 -0000 1.12 @@ -1,4 +1,4 @@

-

TODO B (1h): Allow reordering of roles, tasks.

+

TODO B (.5h): Allow reordering of roles, tasks.

Index: openacs-4/packages/simulation/www/simbuild/template-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simbuild/template-edit.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 10:58:37 -0000 1.20 +++ openacs-4/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 11:33:41 -0000 1.21 @@ -17,8 +17,6 @@ # a form showing fields for a sim template # includes add, edit, and display modes and handles form submission # -# TODO: display mode doesn't exist yet - all display is through edit mode -# ###################################################################### #--------------------------------------------------------------------- @@ -27,7 +25,7 @@ if { [ad_form_new_p -key workflow_id] } { set mode edit - set cancel_url . + set cancel_url "." } else { set mode display set cancel_url [export_vars -base [ad_conn url] { workflow_id }]