Index: openacs-4/packages/simulation/www/siminst/map-characters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/map-characters.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/simulation/www/siminst/map-characters.tcl 12 Dec 2003 12:23:11 -0000 1.4 +++ openacs-4/packages/simulation/www/siminst/map-characters.tcl 15 Dec 2003 10:33:07 -0000 1.5 @@ -9,8 +9,9 @@ } # TODO: Permission check? - -set page_title "Map to Characters" +# TODO: set title +# TODO: add +set page_title "Assign Roles to Characters" set context [list [list "." "SimInst"] $page_title] ad_form \ @@ -51,6 +52,6 @@ } # Proceed to the task page - ad_returnredirect [export_vars -base map-tasks {workflow_id}] + ad_returnredirect [export_vars -base sim-tasks {workflow_id}] ad_script_abort }