| 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 431-442
          
      
      
        Link Here | 
        
          | 431 |                 [% END %] | 440 |                 [% END %] | 
        
          | 432 |             </div> | 441 |             </div> | 
        
          | 433 |         </div> <!-- /#cookieConsentBar --> | 442 |         </div> <!-- /#cookieConsentBar --> | 
            
              | 434 |         <!-- Cookie consent button for non logged-in users --> |  |  | 
            
              | 435 |         [% IF !loggedinusername %] | 
            
              | 436 |             <button id="cookieConsentButton" style="display:none" aria-hidden="true"> | 
            
              | 437 |                 Your cookies | 
            
              | 438 |             </button> | 
            
              | 439 |         [% END %] | 
        
          | 440 |         <!-- Cookie consent modal --> | 443 |         <!-- Cookie consent modal --> | 
        
          | 441 |         <div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> | 444 |         <div id="cookieConsentModal" class="modal" tabindex="-1" role="dialog" aria-labelledby="cookieConsentModalLabel" aria-hidden="true"> | 
        
          | 442 |             <div class="modal-dialog"> | 445 |             <div class="modal-dialog"> |