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 -r1.20.8.1 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 13 Feb 2009 20:28:08 -0000 1.20 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 9 Sep 2013 08:51:54 -0000 1.20.8.1 @@ -606,25 +606,25 @@ append html "
" append html "" append html "" - append html "[export_form_vars item_group item]" + append html "[export_vars item_group item]" if {$return_url ne ""} { - append html "[export_form_vars return_url]" + append html "[export_vars return_url]" } append html "
" } append html "
" if {$return_url ne ""} { - append html "[export_form_vars return_url]" + append html "[export_vars return_url]" } if {$item_group eq ""} { set item_group [ad_conn url] } - append html "[export_form_vars item_group]" + append html "[export_vars item_group]" if {$item ne ""} { set item_original $item - append html "[export_form_vars item_original]" + append html "[export_vars item_original]" append html "" } else { append html "" @@ -634,7 +634,7 @@ append html "Name:" if {$item ne ""} { set item_original item - append html "[export_form_vars item_original]" + append html "[export_vars item_original]" append html " Editing the name will rename the view" } @@ -731,25 +731,25 @@ append html "" append html "" append html "" - append html "[export_form_vars item_group item]" + append html "[export_vars item_group item]" if {$return_url ne ""} { - append html "[export_form_vars return_url]" + append html "[export_vars return_url]" } append html "
" } append html "
" if {$return_url ne ""} { - append html "[export_form_vars return_url]" + append html "[export_vars return_url]" } if {$item_group eq ""} { set item_group [ad_conn url] } - append html "[export_form_vars item_group]" + append html "[export_vars item_group]" if {$item ne ""} { set item_original $item - append html "[export_form_vars item_original]" + append html "[export_vars item_original]" append html "" } else { append html "" @@ -759,7 +759,7 @@ append html "Name:" if {$item ne ""} { set item_original item - append html "[export_form_vars item_original]" + append html "[export_vars 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_form_vars return_url]\n" + append html "[export_vars return_url]\n" } if {$item_group eq ""} { set item_group [ad_conn url] } set item_original $item - append html "[export_form_vars item_group item item_original]\n" + append html "[export_vars item_group item item_original]\n" append html "" }