|
Lines 468-474
Link Here
|
| 468 |
[% PROCESS koha_news_block news => CookieConsentBar %] |
468 |
[% PROCESS koha_news_block news => CookieConsentBar %] |
| 469 |
</div> |
469 |
</div> |
| 470 |
[% END %] |
470 |
[% END %] |
| 471 |
<div id="consentButtons"> |
471 |
<div class="consentButtons"> |
| 472 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
472 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
| 473 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
473 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
| 474 |
[% END %] |
474 |
[% END %] |
|
Lines 505-511
Link Here
|
| 505 |
</div> |
505 |
</div> |
| 506 |
</div> |
506 |
</div> |
| 507 |
<div class="modal-footer"> |
507 |
<div class="modal-footer"> |
| 508 |
<div id="consentButtons"> |
508 |
<div class="consentButtons"> |
| 509 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button> |
509 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button> |
| 510 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
510 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
| 511 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
511 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
| 512 |
- |
|
|