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.12 -r1.13 --- openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 10 Jan 2007 21:22:12 -0000 1.12 +++ openacs-4/packages/acs-tcl/tcl/table-display-procs.tcl 14 May 2007 20:30:26 -0000 1.13 @@ -92,7 +92,7 @@ if {$option_val eq $thisoption } { append html "[lindex $option_value 1]" } else { - append html "[lindex $option_value 1]" + append html "[lindex $option_value 1]" } } append html "\]\n" @@ -601,8 +601,8 @@ if {$item ne ""} { append html "

Editing $item

" append html "
" - append html "" - append html "" + append html "" + append html "" append html "[export_form_vars item_group item]" if {$return_url ne ""} { append html "[export_form_vars return_url]" @@ -622,9 +622,9 @@ if {$item ne ""} { set item_original $item append html "[export_form_vars item_original]" - append html "" + append html "" } else { - append html "" + append html "" } append html "" @@ -660,7 +660,7 @@ append html "" foreach opt $sel_list { - append options "" + append options "" } for {set i 0} { $i < $max_columns} {incr i} { if {$i < $n_sel_columns} { @@ -726,8 +726,8 @@ if {$item ne ""} { append html "

Editing $item

" append html "" - append html "" - append html "" + append html "" + append html "" append html "[export_form_vars item_group item]" if {$return_url ne ""} { append html "[export_form_vars return_url]" @@ -966,7 +966,7 @@ } set item_original $item append html "[export_form_vars item_group item item_original]\n" - append html "" + append html "" } proc_doc ad_dimensional_settings {define current} {