Lines 502-510
Link Here
|
502 |
</div> |
502 |
</div> |
503 |
<div class="modal-footer"> |
503 |
<div class="modal-footer"> |
504 |
<div id="consentButtons"> |
504 |
<div id="consentButtons"> |
505 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
505 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button> |
506 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
506 |
[% IF ( JSConsents.all('opacConsent').size ) %] |
507 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
507 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
508 |
<button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button> |
508 |
<button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button> |
509 |
[% END %] |
509 |
[% END %] |
510 |
<a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a> |
510 |
<a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a> |
511 |
- |
|
|