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 --> |
Lines 475-481
Link Here
|
475 |
[% FOREACH consent IN consents %] |
475 |
[% FOREACH consent IN consents %] |
476 |
<div class="consentModalItem"> |
476 |
<div class="consentModalItem"> |
477 |
<div class="consentItemCheckbox"> |
477 |
<div class="consentItemCheckbox"> |
478 |
<input class="consentCheckbox" type="checkbox" name="consentCheckbox" value="[% consent.id | html %]"> |
478 |
<input class="consentCheckbox" type="checkbox" name="consentCheckbox" value="[% consent.id | html %]" aria-label="Consent to cookie"> |
479 |
</div> |
479 |
</div> |
480 |
<div class="consentItemMeta"> |
480 |
<div class="consentItemMeta"> |
481 |
<div class="consentItemName">[% consent.name | html %]</div> |
481 |
<div class="consentItemName">[% consent.name | html %]</div> |