Index: openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/map-characters.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl 17 Dec 2003 09:32:20 -0000 1.7 +++ openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl 6 Jan 2004 14:56:42 -0000 1.8 @@ -9,8 +9,7 @@ } # TODO: Permission check? -# TODO: set title -# TODO: add +# TODO: add new character set page_title "Assign Roles to Characters" set context [list [list "." "SimInst"] $page_title] @@ -36,6 +35,9 @@ ]] } + +wizard submit characters -buttons { back next } + ad_form -extend -name characters -on_request { # Less than terribly efficient foreach role_id [workflow::get_roles -workflow_id $workflow_id] { @@ -52,7 +54,5 @@ } } - # Proceed to the task page - ad_returnredirect [export_vars -base map-tasks {workflow_id}] - ad_script_abort + wizard forward }