|
Lines 138-144
Link Here
|
| 138 |
[% IF ( show_barcode ) %] |
138 |
[% IF ( show_barcode ) %] |
| 139 |
<th>Barcode</th> |
139 |
<th>Barcode</th> |
| 140 |
[% END %] |
140 |
[% END %] |
| 141 |
<th>Call number</th> |
141 |
<th>Call no.</th> |
| 142 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
142 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
| 143 |
<th class="nosort">Renew</th> |
143 |
<th class="nosort">Renew</th> |
| 144 |
[% END %] |
144 |
[% END %] |
|
Lines 224-230
Link Here
|
| 224 |
</td> |
224 |
</td> |
| 225 |
[% END %] |
225 |
[% END %] |
| 226 |
<td class="call_no"> |
226 |
<td class="call_no"> |
| 227 |
<span class="tdlabel">Call number:</span> |
227 |
<span class="tdlabel">Call no.:</span> |
| 228 |
[% ISSUE.itemcallnumber %] |
228 |
[% ISSUE.itemcallnumber %] |
| 229 |
</td> |
229 |
</td> |
| 230 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
230 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
|
Lines 341-347
Link Here
|
| 341 |
<th class="anti-the">Title</th> |
341 |
<th class="anti-the">Title</th> |
| 342 |
<th>Due</th> |
342 |
<th>Due</th> |
| 343 |
<th>Barcode</th> |
343 |
<th>Barcode</th> |
| 344 |
<th>Call number</th> |
344 |
<th>Call no.</th> |
| 345 |
<th class="psort">Relative</th> |
345 |
<th class="psort">Relative</th> |
| 346 |
</tr> |
346 |
</tr> |
| 347 |
</thead> |
347 |
</thead> |
|
Lines 390-396
Link Here
|
| 390 |
<th class="anti-the">Title</th> |
390 |
<th class="anti-the">Title</th> |
| 391 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
391 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
| 392 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
392 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
| 393 |
<th>Call number</th> |
393 |
<th>Call no.</th> |
| 394 |
<th class="title-string psort">Due</th> |
394 |
<th class="title-string psort">Due</th> |
| 395 |
[% IF ( OpacRenewalAllowed ) %] |
395 |
[% IF ( OpacRenewalAllowed ) %] |
| 396 |
<th class="nosort">Renew</th> |
396 |
<th class="nosort">Renew</th> |
|
Lines 459-465
Link Here
|
| 459 |
</td> |
459 |
</td> |
| 460 |
[% END %] |
460 |
[% END %] |
| 461 |
<td> |
461 |
<td> |
| 462 |
<span class="tdlabel">Call number:</span> |
462 |
<span class="tdlabel">Call no.:</span> |
| 463 |
[% OVERDUE.itemcallnumber %] |
463 |
[% OVERDUE.itemcallnumber %] |
| 464 |
</td> |
464 |
</td> |
| 465 |
<td> |
465 |
<td> |
| 466 |
- |
|
|