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> |