Index: openacs-4/packages/acs-templating/resources/lists/table-2third.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/table-2third.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-templating/resources/lists/table-2third.adp 14 Oct 2016 17:57:12 -0000 1.1.2.3 +++ openacs-4/packages/acs-templating/resources/lists/table-2third.adp 6 Nov 2016 13:49:57 -0000 1.1.2.4 @@ -1,8 +1,3 @@ -<% -security::csp::require -force script-src 'unsafe-inline'; -ns_log notice "list template table-2third.adp: should remove: script-src 'unsafe-inline' (onclick, ...)" -%> - @@ -244,7 +239,10 @@
- + <% template::add_event_listener -id "$list_properties(name)-bulk_action-$bulk_actions(rownum)" -script [subst { + $list_properties(bulk_action_click_function)('$list_properties(name)', '$bulk_actions(url)'); + }] %> +