Index: openacs-4/packages/simulation/lib/sim-template-tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/lib/sim-template-tasks.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/simulation/lib/sim-template-tasks.tcl 8 Jan 2004 16:02:01 -0000 1.24 +++ openacs-4/packages/simulation/lib/sim-template-tasks.tcl 9 Jan 2004 10:28:00 -0000 1.25 @@ -68,9 +68,17 @@ link_url_col recipient_role_edit_url } -lappend elements child_workflow_pretty { - label "
Child" - link_url_col child_workflow_url +lappend elements task_type { + label "
Type" + display_template { + + @tasks.child_workflow_pretty@ + + + Message + Document + + } } lappend elements delete { @@ -123,7 +131,7 @@ } lappend elements new_state_pretty { - label "
New state" + label "
Next state" html { style "border-left: 2px dotted #A0BDEB;" } }