| Lines 124-130
          
      
      
        Link Here | 
        
          | 124 |                             <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> | 124 |                             <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button> | 
        
          | 125 |                             [% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] | 125 |                             [% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %] | 
        
          | 126 |                                 <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> | 126 |                                 <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button> | 
          
            
              | 127 |                                 <button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button> | 127 |                                 <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button> | 
        
          | 128 |                             [% END %] | 128 |                             [% END %] | 
        
          | 129 |                         </div> | 129 |                         </div> | 
        
          | 130 |                     </div> | 130 |                     </div> | 
            
              | 131 | -  |  |  |