Bug 30719: ILL Batches
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-batch.inc
1 [% IF query_type == "batch_list" %]
2 <div>
3     <table id="ill-batch-requests">
4         <thead>
5             <tr id="ill-batch-header">
6                 <th scope="col">Batch ID</th>
7                 <th scope="col">Name</th>
8                 <th scope="col">Number of requests</th>
9                 <th scope="col">Status</th>
10                 <th scope="col">Patron</th>
11                 <th scope="col">Branch</th>
12                 <th scope="col"></th>
13             </tr>
14         </thead>
15         <tbody id="ill-batch-body">
16         </tbody>
17     </table>
18 </div>
19 [% END %]