Lines 460-466
Link Here
|
460 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
460 |
<button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> |
461 |
[% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] |
461 |
[% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] |
462 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
462 |
<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> |
463 |
<button type="button" class="btn btn-info" id="consentMoreInfo">More information</button> |
463 |
<button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button> |
464 |
[% END %] |
464 |
[% END %] |
465 |
</div> |
465 |
</div> |
466 |
</div> <!-- /#cookieConsentBar --> |
466 |
</div> <!-- /#cookieConsentBar --> |
Lines 482-488
Link Here
|
482 |
[% FOREACH consent IN consents %] |
482 |
[% FOREACH consent IN consents %] |
483 |
<div class="consentModalItem"> |
483 |
<div class="consentModalItem"> |
484 |
<div class="consentItemCheckbox"> |
484 |
<div class="consentItemCheckbox"> |
485 |
<input class="consentCheckbox" type="checkbox" name="consentCheckbox" value="[% consent.id | html %]"> |
485 |
<input class="consentCheckbox" type="checkbox" name="consentCheckbox" value="[% consent.id | html %]" aria-label="Consent to cookie"> |
486 |
</div> |
486 |
</div> |
487 |
<div class="consentItemMeta"> |
487 |
<div class="consentItemMeta"> |
488 |
<div class="consentItemName">[% consent.name | html %]</div> |
488 |
<div class="consentItemName">[% consent.name | html %]</div> |