|
Lines 83-88
Link Here
|
| 83 |
</div> <!-- / .dropdown-menu --> |
83 |
</div> <!-- / .dropdown-menu --> |
| 84 |
</li> <!-- / .nav-item.dropdown --> |
84 |
</li> <!-- / .nav-item.dropdown --> |
| 85 |
[% END # / IF virtualshelves %] |
85 |
[% END # / IF virtualshelves %] |
|
|
86 |
<!-- Cookie consent button for non logged-in users --> |
| 87 |
[% IF !loggedinusername %] |
| 88 |
<li style="display:none" id="cookieConsentDivider" class="divider-vertical" aria-hidden="true"></li> |
| 89 |
<li style="display:none" id="cookieConsentLi" class="nav-item" aria-hidden="true"> |
| 90 |
<a id="cookieConsentButton" href="#" name="Your cookies" class="nav-link" title="View and amend cookies you have consented to" role="button"> |
| 91 |
<span class="cookieconsentlabel">Your cookies</span> |
| 92 |
</a> |
| 93 |
</li> |
| 94 |
[% END %] |
| 86 |
</ul> <!-- / .navbar-nav --> |
95 |
</ul> <!-- / .navbar-nav --> |
| 87 |
|
96 |
|
| 88 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 || Koha.Preference( 'EnableOpacSearchHistory') || Koha.Preference( 'opaclanguagesdisplay' ) %] |
97 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 || Koha.Preference( 'EnableOpacSearchHistory') || Koha.Preference( 'opaclanguagesdisplay' ) %] |
|
Lines 435-446
Link Here
|
| 435 |
[% END %] |
444 |
[% END %] |
| 436 |
</div> |
445 |
</div> |
| 437 |
</div> <!-- /#cookieConsentBar --> |
446 |
</div> <!-- /#cookieConsentBar --> |
| 438 |
<!-- Cookie consent button for non logged-in users --> |
|
|
| 439 |
[% IF !loggedinusername %] |
| 440 |
<button id="cookieConsentButton" style="display:none" aria-hidden="true"> |
| 441 |
Your cookies |
| 442 |
</button> |
| 443 |
[% END %] |
| 444 |
<!-- Cookie consent modal --> |
447 |
<!-- Cookie consent modal --> |
| 445 |
<div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> |
448 |
<div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> |
| 446 |
<div class="modal-dialog"> |
449 |
<div class="modal-dialog"> |