|
Lines 6-13
Link Here
|
| 6 |
[% IF select_column %] |
6 |
[% IF select_column %] |
| 7 |
<th class="NoSort"><input type="checkbox" class="select_hold_all"/></th> |
7 |
<th class="NoSort"><input type="checkbox" class="select_hold_all"/></th> |
| 8 |
[% END %] |
8 |
[% END %] |
| 9 |
<th class="title-string">Waiting since</th> |
9 |
<th>Waiting since</th> |
| 10 |
<th class="title-string">Date hold placed</th> |
10 |
<th>Date hold placed</th> |
|
|
11 |
<th>Expiration date</th> |
| 11 |
<th class="anti-the">Title</th> |
12 |
<th class="anti-the">Title</th> |
| 12 |
<th>Patron</th> |
13 |
<th>Patron</th> |
| 13 |
<th>Home library</th> |
14 |
<th>Home library</th> |
|
Lines 25-32
Link Here
|
| 25 |
[% IF select_column %] |
26 |
[% IF select_column %] |
| 26 |
<th><input type="checkbox" class="select_hold" data-id="[% reserveloo.reserve_id | html %]"/></th> |
27 |
<th><input type="checkbox" class="select_hold" data-id="[% reserveloo.reserve_id | html %]"/></th> |
| 27 |
[% END %] |
28 |
[% END %] |
| 28 |
<td><span title="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td> |
29 |
<td><span data-order="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td> |
| 29 |
<td><span title="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td> |
30 |
<td><span data-order="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td> |
|
|
31 |
<td><span data-order="[% reserveloo.expirationdate | html %]">[% reserveloo.expirationdate | $KohaDates %]</span></td> |
| 30 |
<td> |
32 |
<td> |
| 31 |
[% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %] |
33 |
[% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %] |
| 32 |
[% UNLESS ( item_level_itypes ) %] |
34 |
[% UNLESS ( item_level_itypes ) %] |
| 33 |
- |
|
|