|
Lines 84-89
Link Here
|
| 84 |
</div> <!-- / .dropdown-menu --> |
84 |
</div> <!-- / .dropdown-menu --> |
| 85 |
</li> <!-- / .nav-item.dropdown --> |
85 |
</li> <!-- / .nav-item.dropdown --> |
| 86 |
[% END # / IF virtualshelves %] |
86 |
[% END # / IF virtualshelves %] |
|
|
87 |
<!-- Cookie consent button for non logged-in users --> |
| 88 |
[% IF !loggedinusername %] |
| 89 |
<li style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li> |
| 90 |
<li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true"> |
| 91 |
<a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button"> |
| 92 |
<span class="cookieconsentlabel">Your cookies</span> |
| 93 |
</a> |
| 94 |
</li> |
| 95 |
[% END %] |
| 87 |
</ul> <!-- / .navbar-nav --> |
96 |
</ul> <!-- / .navbar-nav --> |
| 88 |
|
97 |
|
| 89 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 || Koha.Preference( 'EnableOpacSearchHistory') || Koha.Preference( 'opaclanguagesdisplay' ) %] |
98 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 || Koha.Preference( 'EnableOpacSearchHistory') || Koha.Preference( 'opaclanguagesdisplay' ) %] |
|
Lines 448-459
Link Here
|
| 448 |
[% END %] |
457 |
[% END %] |
| 449 |
</div> |
458 |
</div> |
| 450 |
</div> <!-- /#cookieConsentBar --> |
459 |
</div> <!-- /#cookieConsentBar --> |
| 451 |
<!-- Cookie consent button for non logged-in users --> |
|
|
| 452 |
[% IF !loggedinusername %] |
| 453 |
<button id="cookieConsentButton" style="display:none" aria-hidden="true"> |
| 454 |
Your cookies |
| 455 |
</button> |
| 456 |
[% END %] |
| 457 |
<!-- Cookie consent modal --> |
460 |
<!-- Cookie consent modal --> |
| 458 |
<div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> |
461 |
<div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> |
| 459 |
<div class="modal-dialog"> |
462 |
<div class="modal-dialog"> |