|
Lines 453-459
Link Here
|
| 453 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
453 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
| 454 |
[% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] |
454 |
[% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] |
| 455 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
455 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
| 456 |
<button type="button" class="btn btn-info" id="consentMoreInfo">More information</button> |
456 |
<button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button> |
| 457 |
[% END %] |
457 |
[% END %] |
| 458 |
</div> |
458 |
</div> |
| 459 |
</div> <!-- /#cookieConsentBar --> |
459 |
</div> <!-- /#cookieConsentBar --> |
| 460 |
- |
|
|