Bug 27796: (QA follow-up) Missing filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / relatives-issues-table.inc
1 [% USE Koha %]
2 [% IF ( relatives_issues_count ) %]
3     <div id="relatives-issues">
4         <table id="relatives-issues-table" style="width: 100% !Important;">
5             <thead>
6                 <tr>
7                     <th scope="col">Due date (unformatted, hidden)</th>
8                     <th scope="col">Due date</th>
9                     <th scope="col">Title</th>
10                     <th scope="col">Record-level item type</th>
11                     <th scope="col">Item type</th>
12                     <th scope="col">Collection</th>
13                     <th scope="col">Location</th>
14                     <th scope="col">Checked out on (hidden, unformatted)</th>
15                     <th scope="col">Checked out on</th>
16                     <th scope="col">Checked out from</th>
17                     <th scope="col">Call number</th>
18                     <th scope="col">Copy number</th>
19                     <th scope="col">Charge</th>
20                     <th scope="col">Fine</th>
21                     <th scope="col">Price</th>
22                     <th scope="col">Patron</th>
23                 </tr>
24             </thead>
25         </table>
26     </div>
27 [% END %]