Koha/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc
Andrew Isherwood 352d46464c Bug 18589: (follow-up) Fix QA tool failures
As per comment #17:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589#c17

Sorry Josef, I honestly have no idea where those tabs came from :( Every
once in a while my copy of Vim decides to embarass me and stick in tabs
instead of spaces... <shakes fist at screen>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-22 20:21:47 +00:00

42 lines
1.7 KiB
HTML

<div>
[% IF prefilters.length > 0 %]
<table id="ill-requests" data-prefilters="[% prefilters | html %]">
[% ELSE %]
<table id="ill-requests">
[% END %]
<thead>
<tr id="illview-header">
<th scope="col">Request ID</th>
<th scope="col">Author</th>
<th scope="col">Title</th>
<th scope="col">Article title</th>
<th scope="col">Issue</th>
<th scope="col">Volume</th>
<th scope="col">Year</th>
<th scope="col">Pages</th>
<th scope="col">Type</th>
<th scope="col">Order ID</th>
<th scope="col">Patron</th>
<th scope="col">Bibliographic record</th>
<th scope="col">Branch</th>
<th scope="col">Status</th>
<th scope="col" class="placed">&nbsp;</th>
<th scope="col" class="placed_formatted">Placed on</th>
<th scope="col" class="updated">&nbsp;</th>
<th scope="col" class="updated_formatted">Updated on</th>
<th scope="col">Replied</th>
<th scope="col" class="completed">&nbsp;</th>
<th scope="col" class="completed_formatted">Completed on</th>
<th scope="col">Access URL</th>
<th scope="col">Cost</th>
<th scope="col">Comments</th>
<th scope="col">OPAC notes</th>
<th scope="col">Staff notes</th>
<th scope="col">Backend</th>
<th scope="col" class="actions"></th>
</tr>
</thead>
<tbody id="illview-body">
</tbody>
</table>
</div>