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