Bug 19249: Fix date inputs on patron quick add form
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-list-table.inc
1 [% IF prefilters.length > 0 %]
2 <table id="ill-requests" data-prefilters="[% prefilters | html %]">
3 [% ELSE %]
4 <table id="ill-requests">
5 [% END %]
6     <thead>
7         <tr id="illview-header">
8             <th scope="col">Request ID</th>
9             <th scope="col">Author</th>
10             <th scope="col">Title</th>
11             <th scope="col">Article title</th>
12             <th scope="col">Issue</th>
13             <th scope="col">Volume</th>
14             <th scope="col">Year</th>
15             <th scope="col">Pages</th>
16             <th scope="col">Request type</th>
17             <th scope="col">Order ID</th>
18             <th scope="col">Patron</th>
19             <th scope="col">Bibliographic record ID</th>
20             <th scope="col">Library</th>
21             <th scope="col">Status</th>
22             <th scope="col" class="placed">&nbsp;</th>
23             <th scope="col" class="placed_formatted">Placed on</th>
24             <th scope="col" class="updated">&nbsp;</th>
25             <th scope="col" class="updated_formatted">Updated on</th>
26             <th scope="col">Replied</th>
27             <th scope="col" class="completed">&nbsp;</th>
28             <th scope="col" class="completed_formatted">Completed on</th>
29             <th scope="col">Access URL</th>
30             <th scope="col">Cost</th>
31             <th scope="col">Price paid</th>
32             <th scope="col">Comments</th>
33             <th scope="col">OPAC notes</th>
34             <th scope="col">Staff notes</th>
35             <th scope="col">Backend</th>
36             <th scope="col" class="actions"></th>
37         </tr>
38     </thead>
39     <tbody id="illview-body">
40     </tbody>
41 </table>