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