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