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.15 -r1.16 --- openacs-4/packages/simulation/lib/sim-template-tasks.tcl 17 Dec 2003 19:35:23 -0000 1.15 +++ openacs-4/packages/simulation/lib/sim-template-tasks.tcl 5 Jan 2004 10:31:40 -0000 1.16 @@ -53,7 +53,7 @@ } } lappend elements initialize { - label "Initialize" + label "Init" display_template { Initial action @@ -63,6 +63,7 @@ } html { align center } + sub_class narrow } lappend elements name { label "Name" @@ -114,18 +115,20 @@ lappend states $state_id } -lappend elements add_state { - label { -
- [export_vars -form { workflow_id}] - -
+# LARS: Add state button in header removed +if 0 { + lappend elements add_state { + label { +
+ [export_vars -form { workflow_id}] + +
+ } + display_template { } } - display_template { } } - lappend elements delete { sub_class narrow hide_p {[ad_decode $display_mode edit 0 1]} @@ -140,6 +143,7 @@ -name tasks \ -multirow tasks \ -no_data "No tasks in this Simulation Template" \ + -sub_class narrow \ -actions $actions \ -elements $elements