Index: openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/table-display-procs.tcl,v diff -u -r1.20.8.3 -r1.20.8.4 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 9 Sep 2013 10:17:43 -0000 1.20.8.3 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 9 Sep 2013 16:44:26 -0000 1.20.8.4 @@ -606,25 +606,25 @@ append html "
" append html "" append html "" - append html "[export_vars -form item_group item]" + append html "[export_vars -form {item_group item}]" if {$return_url ne ""} { - append html "[export_vars -form return_url]" + append html "[export_vars -form {return_url}]" } append html "
" } append html "
" if {$return_url ne ""} { - append html "[export_vars -form return_url]" + append html "[export_vars -form {return_url}]" } if {$item_group eq ""} { set item_group [ad_conn url] } - append html "[export_vars -form item_group]" + append html "[export_vars -form {item_group}]" if {$item ne ""} { set item_original $item - append html "[export_vars -form item_original]" + append html "[export_vars -form {item_original}]" append html "" } else { append html "" @@ -634,7 +634,7 @@ append html "Name:" if {$item ne ""} { set item_original item - append html "[export_vars -form item_original]" + append html "[export_vars -form {item_original}]" append html " Editing the name will rename the view" } @@ -731,25 +731,25 @@ append html "" append html "" append html "" - append html "[export_vars -form item_group item]" + append html "[export_vars -form {item_group item}]" if {$return_url ne ""} { - append html "[export_vars -form return_url]" + append html "[export_vars -form {return_url}]" } append html "
" } append html "
" if {$return_url ne ""} { - append html "[export_vars -form return_url]" + append html "[export_vars -form {return_url}]" } if {$item_group eq ""} { set item_group [ad_conn url] } - append html "[export_vars -form item_group]" + append html "[export_vars -form {item_group}]" if {$item ne ""} { set item_original $item - append html "[export_vars -form item_original]" + append html "[export_vars -form {item_original}]" append html "" } else { append html "" @@ -759,7 +759,7 @@ append html "Name:" if {$item ne ""} { set item_original item - append html "[export_vars -form item_original]" + append html "[export_vars -form {item_original}]" append html " Editing the name will rename the sort" } @@ -962,13 +962,13 @@ } { append html "\n" if {$return_url ne ""} { - append html "[export_vars -form return_url]\n" + append html "[export_vars -form {return_url}]\n" } if {$item_group eq ""} { set item_group [ad_conn url] } set item_original $item - append html "[export_vars -form item_group item item_original]\n" + append html "[export_vars -form {item_group item item_original}]\n" append html "" }