Index: openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/template-edit.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 10:58:37 -0000 1.20 +++ openacs-4/contrib/packages/simulation/www/simbuild/template-edit.tcl 12 Jan 2004 11:33:41 -0000 1.21 @@ -17,8 +17,6 @@ # a form showing fields for a sim template # includes add, edit, and display modes and handles form submission # -# TODO: display mode doesn't exist yet - all display is through edit mode -# ###################################################################### #--------------------------------------------------------------------- @@ -27,7 +25,7 @@ if { [ad_form_new_p -key workflow_id] } { set mode edit - set cancel_url . + set cancel_url "." } else { set mode display set cancel_url [export_vars -base [ad_conn url] { workflow_id }]