Bug 18589: Show ILLs as part of patron profile
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-list-table.inc
1 <div>
2         [% IF prefilters.length > 0 %]
3         <table id="ill-requests" data-prefilters="[% prefilters | html %]">
4         [% ELSE %]
5         <table id="ill-requests">
6         [% END %]
7                 <thead>
8                         <tr id="illview-header">
9                                 <th scope="col">Request ID</th>
10                                 <th scope="col">Author</th>
11                                 <th scope="col">Title</th>
12                                 <th scope="col">Article title</th>
13                                 <th scope="col">Issue</th>
14                                 <th scope="col">Volume</th>
15                                 <th scope="col">Year</th>
16                                 <th scope="col">Pages</th>
17                                 <th scope="col">Type</th>
18                                 <th scope="col">Order ID</th>
19                                 <th scope="col">Patron</th>
20                                 <th scope="col">Bibliographic record</th>
21                                 <th scope="col">Branch</th>
22                                 <th scope="col">Status</th>
23                                 <th scope="col" class="placed">&nbsp;</th>
24                                 <th scope="col" class="placed_formatted">Placed on</th>
25                                 <th scope="col" class="updated">&nbsp;</th>
26                                 <th scope="col" class="updated_formatted">Updated on</th>
27                                 <th scope="col">Replied</th>
28                                 <th scope="col" class="completed">&nbsp;</th>
29                                 <th scope="col" class="completed_formatted">Completed on</th>
30                                 <th scope="col">Access URL</th>
31                                 <th scope="col">Cost</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>
42 </div>