Index: openacs-4/packages/acs-templating/resources/lists/list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/list.adp,v diff -u -r1.7 -r1.7.12.1 --- openacs-4/packages/acs-templating/resources/lists/list.adp 14 May 2007 20:30:27 -0000 1.7 +++ openacs-4/packages/acs-templating/resources/lists/list.adp 6 Nov 2016 13:49:57 -0000 1.7.12.1 @@ -46,8 +46,11 @@
- @bulk_actions.label@ + <% 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)'); + }] %> + @bulk_actions.label@