Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.239.2.73 -r1.239.2.74 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 5 Oct 2021 19:21:22 -0000 1.239.2.73 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 6 Oct 2021 12:21:00 -0000 1.239.2.74 @@ -4368,7 +4368,7 @@ {-renderer ""} {-return_url} {-date_format} - {-allow_clipboard:boolean false} + {-with_checkboxes:boolean false} }} } -ad_doc { Show usages of the specified form. @@ -4559,7 +4559,7 @@ -bulk_actions $bulk_actions \ -renderer $renderer \ -orderby $orderby \ - -allow_clipboard $allow_clipboard] + -with_checkboxes $with_checkboxes] # # Handling voting_forms # @@ -4644,7 +4644,7 @@ -uc $uc \ -view_field $view_field \ -buttons $buttons \ - -include_object_id_attribute [expr {$allow_clipboard || [llength $bulk_actions] > 0}] \ + -include_object_id_attribute [expr {$with_checkboxes || [llength $bulk_actions] > 0}] \ -form_item_ids $form_item_ids \ -with_form_link $with_form_link \ -csv $csv \ 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 -N -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 }