View | Details | Raw Unified | Return to bug 35346
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc (-2 / +2 lines)
Lines 93-102 Link Here
93
                </div>
93
                </div>
94
            [% END %]
94
            [% END %]
95
            <div id="consentButtons">
95
            <div id="consentButtons">
96
                <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
97
                [% IF ( JSConsents.all('staffConsent').size ) %]
96
                [% IF ( JSConsents.all('staffConsent').size ) %]
98
                    <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
97
                    <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
99
                [% END %]
98
                [% END %]
99
                <button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button>
100
                <button type="button" class="btn btn-info" id="consentMoreInfo">More information</button>
100
                <button type="button" class="btn btn-info" id="consentMoreInfo">More information</button>
101
            </div>
101
            </div>
102
        </div> <!-- /#cookieConsentBar -->
102
        </div> <!-- /#cookieConsentBar -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-3 / +2 lines)
Lines 461-470 Link Here
461
                    [% PROCESS koha_news_block news => CookieConsentBar %]
461
                    [% PROCESS koha_news_block news => CookieConsentBar %]
462
                [% END %]
462
                [% END %]
463
                <div id="consentButtons">
463
                <div id="consentButtons">
464
                    <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
465
                    [% IF ( JSConsents.all('opacConsent').size ) %]
464
                    [% IF ( JSConsents.all('opacConsent').size ) %]
466
                        <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
465
                        <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
467
                    [% END %]
466
                    [% END %]
467
                    <button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button>
468
                    <button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button>
468
                    <button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button>
469
                </div>
469
                </div>
470
            </div> <!-- /#cookieConsentBar -->
470
            </div> <!-- /#cookieConsentBar -->
471
- 

Return to bug 35346