Index: openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp 8 Oct 2016 08:36:21 -0000 1.1.2.2 +++ openacs-4/packages/openacs-bootstrap3-theme/resources/lists/table-2third.adp 6 Nov 2016 13:49:57 -0000 1.1.2.3 @@ -1,7 +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, ...)" -%> @@ -247,7 +243,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)'); + }] %> +