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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc (-3 / +3 lines)
Lines 96-103 Link Here
96
                <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
96
                <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
97
                [% IF ( JSConsents.all('staffConsent').size ) %]
97
                [% IF ( JSConsents.all('staffConsent').size ) %]
98
                    <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
98
                    <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
99
                    <button type="button" class="btn btn-info" id="consentMoreInfo">More information</button>
100
                [% END %]
99
                [% END %]
100
                <button type="button" class="btn btn-info" id="consentMoreInfo">More information</button>
101
            </div>
101
            </div>
102
        </div> <!-- /#cookieConsentBar -->
102
        </div> <!-- /#cookieConsentBar -->
103
        <!-- Cookie consent modal -->
103
        <!-- Cookie consent modal -->
Lines 132-140 Link Here
132
                    </div>
132
                    </div>
133
                    <div class="modal-footer">
133
                    <div class="modal-footer">
134
                        <div id="consentButtons">
134
                        <div id="consentButtons">
135
                            <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
135
                            <button type="button" class="btn btn-primary consentAcceptEssential">Accept essential cookies</button>
136
                            [% IF ( JSConsents.all('staffConsent').size ) %]
136
                            [% IF ( JSConsents.all('staffConsent').size ) %]
137
                                <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
137
                                <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
138
                                <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
138
                                <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
139
                            [% END %]
139
                            [% END %]
140
                            <a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a>
140
                            <a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +1 lines)
Lines 468-475 Link Here
468
                    <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
468
                    <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
469
                    [% IF ( JSConsents.all('opacConsent').size ) %]
469
                    [% IF ( JSConsents.all('opacConsent').size ) %]
470
                        <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
470
                        <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
471
                        <button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button>
472
                    [% END %]
471
                    [% END %]
472
                    <button type="button" class="btn btn-info" id="consentMoreInfo" aria-label="Click to view more information about your cookie consents">More information</button>
473
                </div>
473
                </div>
474
            </div> <!-- /#cookieConsentBar -->
474
            </div> <!-- /#cookieConsentBar -->
475
        <!-- Cookie consent modal -->
475
        <!-- Cookie consent modal -->
476
- 

Return to bug 35347