|
Lines 133-139
Link Here
|
| 133 |
[% IF ( show_barcode ) %] |
133 |
[% IF ( show_barcode ) %] |
| 134 |
<th>Barcode</th> |
134 |
<th>Barcode</th> |
| 135 |
[% END %] |
135 |
[% END %] |
| 136 |
<th>Call number</th> |
136 |
<th>Call no.</th> |
| 137 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
137 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
| 138 |
<th class="nosort">Renew</th> |
138 |
<th class="nosort">Renew</th> |
| 139 |
[% END %] |
139 |
[% END %] |
|
Lines 218-224
Link Here
|
| 218 |
</td> |
218 |
</td> |
| 219 |
[% END %] |
219 |
[% END %] |
| 220 |
<td class="call_no"> |
220 |
<td class="call_no"> |
| 221 |
<span class="tdlabel">Call number:</span> |
221 |
<span class="tdlabel">Call no.:</span> |
| 222 |
[% ISSUE.itemcallnumber %] |
222 |
[% ISSUE.itemcallnumber %] |
| 223 |
</td> |
223 |
</td> |
| 224 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
224 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
|
Lines 374-380
Link Here
|
| 374 |
<th class="anti-the">Title</th> |
374 |
<th class="anti-the">Title</th> |
| 375 |
<th>Due</th> |
375 |
<th>Due</th> |
| 376 |
<th>Barcode</th> |
376 |
<th>Barcode</th> |
| 377 |
<th>Call number</th> |
377 |
<th>Call no.</th> |
| 378 |
<th class="psort">Relative</th> |
378 |
<th class="psort">Relative</th> |
| 379 |
</tr> |
379 |
</tr> |
| 380 |
</thead> |
380 |
</thead> |
|
Lines 423-429
Link Here
|
| 423 |
<th class="anti-the">Title</th> |
423 |
<th class="anti-the">Title</th> |
| 424 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
424 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
| 425 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
425 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
| 426 |
<th>Call number</th> |
426 |
<th>Call no.</th> |
| 427 |
<th class="title-string psort">Due</th> |
427 |
<th class="title-string psort">Due</th> |
| 428 |
[% IF ( OpacRenewalAllowed ) %] |
428 |
[% IF ( OpacRenewalAllowed ) %] |
| 429 |
<th class="nosort">Renew</th> |
429 |
<th class="nosort">Renew</th> |
|
Lines 491-497
Link Here
|
| 491 |
</td> |
491 |
</td> |
| 492 |
[% END %] |
492 |
[% END %] |
| 493 |
<td> |
493 |
<td> |
| 494 |
<span class="tdlabel">Call number:</span> |
494 |
<span class="tdlabel">Call no.:</span> |
| 495 |
[% OVERDUE.itemcallnumber %] |
495 |
[% OVERDUE.itemcallnumber %] |
| 496 |
</td> |
496 |
</td> |
| 497 |
<td> |
497 |
<td> |
| 498 |
- |
|
|