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 -r1.239.2.72 -r1.239.2.73 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 9 Aug 2021 09:55:57 -0000 1.239.2.72 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 5 Oct 2021 19:21:22 -0000 1.239.2.73 @@ -4368,6 +4368,7 @@ {-renderer ""} {-return_url} {-date_format} + {-allow_clipboard:boolean false} }} } -ad_doc { Show usages of the specified form. @@ -4557,7 +4558,8 @@ -hidden_field_names $hidden_field_names \ -bulk_actions $bulk_actions \ -renderer $renderer \ - -orderby $orderby] + -orderby $orderby \ + -allow_clipboard $allow_clipboard] # # Handling voting_forms # @@ -4642,7 +4644,7 @@ -uc $uc \ -view_field $view_field \ -buttons $buttons \ - -include_object_id_attribute [expr {[llength $bulk_actions] > 0}] \ + -include_object_id_attribute [expr {$allow_clipboard || [llength $bulk_actions] > 0}] \ -form_item_ids $form_item_ids \ -with_form_link $with_form_link \ -csv $csv \