Bug 33786: ILL requests table id
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / ill-list-table.inc
1 [% IF patron.borrowernumber %]
2 <table id="ill-requests-patron-[% patron.borrowernumber | html %]">
3 [% ELSE %]
4 <table id="ill-requests">
5 [% END %]
6     <thead>
7         <tr id="ill_requests_header">
8             <th scope="col">Request ID</th>
9             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="author"         data-related-search-on="value">Author</th>
10             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="title"         data-related-search-on="value">Title</th>
11             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="article_title" data-related-search-on="value">Article title</th>
12             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="issue"         data-related-search-on="value">Issue</th>
13             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="volume"        data-related-search-on="value">Volume</th>
14             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="year"          data-related-search-on="value">Year</th>
15             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="pages"         data-related-search-on="value">Pages</th>
16             <th scope="col" data-datatype="related-object" data-related="extended_attributes" data-related-key="type" data-related-value="type"          data-related-search-on="value">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_formatted">Placed on</th>
23             <th scope="col" class="updated_formatted">Updated on</th>
24             <th scope="col">Replied</th>
25             <th scope="col" class="completed_formatted">Completed on</th>
26             <th scope="col">Access URL</th>
27             <th scope="col">Cost</th>
28             <th scope="col">Price paid</th>
29             <th scope="col">Comments</th>
30             <th scope="col">OPAC notes</th>
31             <th scope="col">Staff notes</th>
32             <th scope="col">Backend</th>
33             <th scope="col" class="actions"></th>
34         </tr>
35     </thead>
36     <tbody id="illview-body">
37     </tbody>
38 </table>