Index: openacs-4/packages/xowiki/tcl/table-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/table-widget-procs.tcl,v diff -u -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 5 Oct 2021 19:21:22 -0000 1.1.2.13 +++ openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 6 Oct 2021 12:21:01 -0000 1.1.2.14 @@ -19,7 +19,7 @@ {-bulk_actions ""} {-renderer ""} {-orderby ""} - {-allow_clipboard:boolean false} + {-with_checkboxes:boolean false} } { set actions "" @@ -40,7 +40,7 @@ ] \n } } - if {$allow_clipboard || [llength $bulk_actions] > 0} { + if {$with_checkboxes || [llength $bulk_actions] > 0} { append cols [subst {BulkAction create objects -id ID -actions {$actions}}] \n append cols {HiddenField create ID} \n }