|
Lines 246-252
Link Here
|
| 246 |
[% IF ( show_barcode ) %] |
246 |
[% IF ( show_barcode ) %] |
| 247 |
<th>Barcode</th> |
247 |
<th>Barcode</th> |
| 248 |
[% END %] |
248 |
[% END %] |
| 249 |
<th>Call no.</th> |
249 |
<th>Call number</th> |
| 250 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
250 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
| 251 |
<th>Renew</th> |
251 |
<th>Renew</th> |
| 252 |
[% END %] |
252 |
[% END %] |
|
Lines 348-354
Link Here
|
| 348 |
</td> |
348 |
</td> |
| 349 |
[% END %] |
349 |
[% END %] |
| 350 |
<td class="call_no"> |
350 |
<td class="call_no"> |
| 351 |
<span class="tdlabel">Call no.:</span> |
351 |
<span class="tdlabel">Call number:</span> |
| 352 |
[% ISSUE.itemcallnumber | html %] |
352 |
[% ISSUE.itemcallnumber | html %] |
| 353 |
</td> |
353 |
</td> |
| 354 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
354 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] |
|
Lines 539-545
Link Here
|
| 539 |
<th class="anti-the">Title</th> |
539 |
<th class="anti-the">Title</th> |
| 540 |
<th>Due</th> |
540 |
<th>Due</th> |
| 541 |
<th>Barcode</th> |
541 |
<th>Barcode</th> |
| 542 |
<th>Call no.</th> |
542 |
<th>Call number</th> |
| 543 |
<th class="psort">Relative</th> |
543 |
<th class="psort">Relative</th> |
| 544 |
</tr> |
544 |
</tr> |
| 545 |
</thead> |
545 |
</thead> |
|
Lines 588-594
Link Here
|
| 588 |
<th class="anti-the">Title</th> |
588 |
<th class="anti-the">Title</th> |
| 589 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
589 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
| 590 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
590 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
| 591 |
<th>Call no.</th> |
591 |
<th>Call number</th> |
| 592 |
<th class="title-string psort">Due</th> |
592 |
<th class="title-string psort">Due</th> |
| 593 |
[% IF ( OpacRenewalAllowed ) %] |
593 |
[% IF ( OpacRenewalAllowed ) %] |
| 594 |
<th class="nosort">Renew</th> |
594 |
<th class="nosort">Renew</th> |
|
Lines 656-662
Link Here
|
| 656 |
</td> |
656 |
</td> |
| 657 |
[% END %] |
657 |
[% END %] |
| 658 |
<td> |
658 |
<td> |
| 659 |
<span class="tdlabel">Call no.:</span> |
659 |
<span class="tdlabel">Call number:</span> |
| 660 |
[% OVERDUE.itemcallnumber | html %] |
660 |
[% OVERDUE.itemcallnumber | html %] |
| 661 |
</td> |
661 |
</td> |
| 662 |
<td> |
662 |
<td> |