Koha/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc
Kyle M Hall 5523fb0273
Bug 23173: (follow-up) Fix QA script errors
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-06 11:05:14 +01:00

16 lines
448 B
HTML

<div>
<table class="ill-availability" id="[% service.id | html %]">
<thead id="[% service.id | html %]-header">
<tr>
<th>Source</th>
<th>Title</th>
<th>Author</th>
<th>ISBN</th>
<th>ISSN</th>
<th>Date</th>
</tr>
</thead>
<tbody id="[% service.id | html %]-body">
</tbody>
</table>
</div>