| Lines 1-3
          
      
      
        Link Here | 
            
              |  |  | 1 | [% USE Asset %] | 
        
          | 1 | [% USE Koha %] | 2 | [% USE Koha %] | 
        
          | 2 | [% USE KohaDates %] | 3 | [% USE KohaDates %] | 
        
          | 3 | [% USE Branches %] | 4 | [% USE Branches %] | 
  
    | Lines 5-11
          
      
      
        Link Here | 
        
          | 5 | [% INCLUDE 'doc-head-open.inc' %] | 6 | [% INCLUDE 'doc-head-open.inc' %] | 
        
          | 6 | <title>Home › Circulation › Checkout notes</title> | 7 | <title>Home › Circulation › Checkout notes</title> | 
        
          | 7 | [% INCLUDE 'doc-head-close.inc' %] | 8 | [% INCLUDE 'doc-head-close.inc' %] | 
          
            
              | 8 | <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> | 9 | [% Asset.css("css/datatables.css") %] | 
        
          | 9 | </head> | 10 | </head> | 
        
          | 10 | [% INCLUDE 'header.inc' %] | 11 | [% INCLUDE 'header.inc' %] | 
        
          | 11 | [% INCLUDE 'circ-search.inc' %] | 12 | [% INCLUDE 'circ-search.inc' %] | 
  
    | Lines 108-114
          
      
      
        Link Here | 
        
          | 108 | </div> <!-- doc3 --> | 109 | </div> <!-- doc3 --> | 
        
          | 109 |  | 110 |  | 
        
          | 110 | [% MACRO jsinclude BLOCK %] | 111 | [% MACRO jsinclude BLOCK %] | 
          
            
              | 111 |     <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script> | 112 |     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %] | 
        
          | 112 |     [% INCLUDE 'calendar.inc' %] | 113 |     [% INCLUDE 'calendar.inc' %] | 
        
          | 113 |     [% INCLUDE 'datatables.inc' %] | 114 |     [% INCLUDE 'datatables.inc' %] | 
        
          | 114 |     <script type="text/javascript"> | 115 |     <script type="text/javascript"> | 
            
              | 115 | -  |  |  |