Bug 24455: Add JS functions to format date and datetime strings
[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 code</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 no</th>
18                     <th scope="col">Charge</th>
19                     <th scope="col">Fine</th>
20                     <th scope="col">Price</th>
21                     <th scope="col">Patron</th>
22                 </tr>
23             </thead>
24         </table>
25     </div>
26 [% END %]