@@ -, +, @@ CookieConsentedJS preference there is no link for Cookie consents. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 4 ---- koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 6 ------ koha-tmpl/opac-tmpl/bootstrap/js/cookieconsent.js | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2952,10 +2952,6 @@ $star-selected: #EDB867; } } -#viewCookieConsents { - margin-top: 10px; -} - #patronconsents h2 { margin-top: 30px; font-size: 1.1rem; --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc @@ -25,7 +25,7 @@ [% END %] Personal details - [% IF Koha.Preference('PrivacyPolicyConsent') || Koha.Preference('CookieConsent') || KohaPlugins.feature_enabled('patron_consent_type') %] + [% IF Koha.Preference('PrivacyPolicyConsent') || KohaPlugins.feature_enabled('patron_consent_type') %] [% IF consentview %]
  • [% ELSE %]
  • [% END %] Consents
  • --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -77,12 +77,6 @@ - - [% IF Koha.Preference('CookieConsent') %] -

    Cookie consents

    - - [% END %] - --- a/koha-tmpl/opac-tmpl/bootstrap/js/cookieconsent.js +++ a/koha-tmpl/opac-tmpl/bootstrap/js/cookieconsent.js @@ -183,7 +183,7 @@ }); // "More information" handler - $('#consentMoreInfo, #cookieConsentFooter, #cookieConsentButton, #viewCookieConsents').on( + $('#consentMoreInfo, #cookieConsentFooter, #cookieConsentButton').on( 'click', function (e) { e.preventDefault(); --