Bug 23408: Move relatives-issues-table to an include
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / relatives-issues-table.inc
blob28addf48159a3ba32c10af59f97ae8df94f5315b
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">Item type</th>
11                     <th scope="col">Collection code</th>
12                     <th scope="col">Location</th>
13                     <th scope="col">Checked out on (hidden, unformatted)</th>
14                     <th scope="col">Checked out on</th>
15                     <th scope="col">Checked out from</th>
16                     <th scope="col">Call no</th>
17                     <th scope="col">Charge</th>
18                     <th scope="col">Fine</th>
19                     <th scope="col">Price</th>
20                     <th scope="col">Patron</th>
21                 </tr>
22             </thead>
23         </table>
24     </div>
25 [% END %]