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