Index: openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/task-edit.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl 9 Jan 2004 10:53:07 -0000 1.23 +++ openacs-4/contrib/packages/simulation/www/simbuild/task-edit.tcl 9 Jan 2004 11:52:41 -0000 1.24 @@ -82,7 +82,7 @@ -export { workflow_id } \ -edit_buttons [list \ [list \ - [ad_decode [ad_form_new_p -key action_id] 1 [_ acs-kernel.common_add] [_ acs-kernel.common_edit]] \ + [ad_decode [ad_form_new_p -key action_id] 1 [_ acs-kernel.common_add] [_ acs-kernel.common_finish]] \ ok]] \ -form { {action_id:key} @@ -99,13 +99,13 @@ {label "Task is complete when"} {options { { "Assignee sends message to recipient" message } - { "Assignee uploads document" normal } + { "Assignee adds document to portfolio (TODO: implement portfolio tasks)" normal } { "Child workflow is complete" workflow } }} {html {onChange "javascript:acs_FormRefresh('task');"}} } {assigned_role:text(select),optional - {label "Assigned To"} + {label "Assignee"} {options $role_options_with_null} } {recipient_role:text(select),optional