Bug 34711: Remove use of onclick for opac-privacy.pl
authorDavid Cook <dcook@prosentient.com.au>
Tue, 5 Sep 2023 04:58:52 +0000 (04:58 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 18 Sep 2023 15:06:24 +0000 (12:06 -0300)
commitc997fe863f70fa951c71dca73296ed1f497aeca7
tree694ce1c1c8bba508c5e4dbc81a7051a60bd6a507
parentbc8a0620012a79567c44d863c029a4b0025a2fbd
Bug 34711: Remove use of onclick for opac-privacy.pl

This change removes the "onclick" attribute for the buttons
on opac-privacy.pl.

Note: The Javascript is placed in a separate file, which is
the preferred way for Javascript to be handled by
Content-Security-Policy

Test plan:
0. Apply the patch
1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACPrivacy
2. Set syspref to "Allow"
3. Go to http://localhost:8080/cgi-bin/koha/opac-privacy.pl
4. The confirmation modal appears and "OK" and "Cancel" buttons work as
   expected

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt
koha-tmpl/opac-tmpl/bootstrap/js/privacy.js [new file with mode: 0644]