|
Lines 47-53
Link Here
|
| 47 |
<table id="recallswaiting-table"> |
47 |
<table id="recallswaiting-table"> |
| 48 |
<thead |
48 |
<thead |
| 49 |
><tr> |
49 |
><tr> |
| 50 |
<th class="recall-waitingdate title-string">Available since</th> |
50 |
<th class="recall-waitingdate">Available since</th> |
| 51 |
<th class="recall-title anti-the">Title</th> |
51 |
<th class="recall-title anti-the">Title</th> |
| 52 |
<th class="recall-patron">Requested by</th> |
52 |
<th class="recall-patron">Requested by</th> |
| 53 |
<th class="recall-library">Pickup location</th> |
53 |
<th class="recall-library">Pickup location</th> |
|
Lines 57-63
Link Here
|
| 57 |
<tbody> |
57 |
<tbody> |
| 58 |
[% FOREACH recall IN recalls %] |
58 |
[% FOREACH recall IN recalls %] |
| 59 |
<tr> |
59 |
<tr> |
| 60 |
<td class="recall-waitingdate">[% recall.waiting_date | $KohaDates %]</td> |
60 |
<td data-order="[% recall.waiting_date | html %]" class="recall-waitingdate">[% recall.waiting_date | $KohaDates %]</td> |
| 61 |
<td class="recall-title"> |
61 |
<td class="recall-title"> |
| 62 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% recall.biblio_id | uri %]"> |
62 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% recall.biblio_id | uri %]"> |
| 63 |
[% recall.biblio.title | html %] |
63 |
[% recall.biblio.title | html %] |
|
Lines 100-106
Link Here
|
| 100 |
<table id="recallsover-table"> |
100 |
<table id="recallsover-table"> |
| 101 |
<thead |
101 |
<thead |
| 102 |
><tr> |
102 |
><tr> |
| 103 |
<th class="recall-waitingdate title-string">Available since</th> |
103 |
<th class="recall-waitingdate">Available since</th> |
| 104 |
<th class="recall-title anti-the">Title</th> |
104 |
<th class="recall-title anti-the">Title</th> |
| 105 |
<th class="recall-patron">Requested by</th> |
105 |
<th class="recall-patron">Requested by</th> |
| 106 |
<th class="recall-library">Pickup location</th> |
106 |
<th class="recall-library">Pickup location</th> |
|
Lines 110-116
Link Here
|
| 110 |
<tbody> |
110 |
<tbody> |
| 111 |
[% FOREACH recall IN over %] |
111 |
[% FOREACH recall IN over %] |
| 112 |
<tr> |
112 |
<tr> |
| 113 |
<td class="recall-waitingdate">[% recall.waiting_date | $KohaDates %]</td> |
113 |
<td data-order="[% recall.waiting_date | html %]" class="recall-waitingdate">[% recall.waiting_date | $KohaDates %]</td> |
| 114 |
<td class="recall-title"> |
114 |
<td class="recall-title"> |
| 115 |
[% INCLUDE 'biblio-title.inc' biblio=recall.biblio link = 1 %] |
115 |
[% INCLUDE 'biblio-title.inc' biblio=recall.biblio link = 1 %] |
| 116 |
[% IF recall.biblio.author %]by [% recall.biblio.author | html %][% END %] |
116 |
[% IF recall.biblio.author %]by [% recall.biblio.author | html %][% END %] |