Lines 461-470
Link Here
|
461 |
[% PROCESS koha_news_block news => CookieConsentBar %] |
461 |
[% PROCESS koha_news_block news => CookieConsentBar %] |
462 |
[% END %] |
462 |
[% END %] |
463 |
<div id="consentButtons"> |
463 |
<div id="consentButtons"> |
464 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
|
|
465 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
464 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
466 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
465 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
467 |
[% END %] |
466 |
[% END %] |
|
|
467 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button> |
468 |
<button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button> |
468 |
<button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button> |
469 |
</div> |
469 |
</div> |
470 |
</div> <!-- /#cookieConsentBar --> |
470 |
</div> <!-- /#cookieConsentBar --> |
471 |
- |
|
|