|
Lines 140-146
Link Here
|
| 140 |
[% IF ( show_barcode ) %] |
140 |
[% IF ( show_barcode ) %] |
| 141 |
<th>Barcode</th> |
141 |
<th>Barcode</th> |
| 142 |
[% END %] |
142 |
[% END %] |
| 143 |
<th>Call number</th> |
143 |
<th>Call no.</th> |
| 144 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
144 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
| 145 |
<th class="nosort">Renew</th> |
145 |
<th class="nosort">Renew</th> |
| 146 |
[% END %] |
146 |
[% END %] |
|
Lines 226-232
Link Here
|
| 226 |
</td> |
226 |
</td> |
| 227 |
[% END %] |
227 |
[% END %] |
| 228 |
<td class="call_no"> |
228 |
<td class="call_no"> |
| 229 |
<span class="tdlabel">Call number:</span> |
229 |
<span class="tdlabel">Call no.:</span> |
| 230 |
[% ISSUE.itemcallnumber %] |
230 |
[% ISSUE.itemcallnumber %] |
| 231 |
</td> |
231 |
</td> |
| 232 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
232 |
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %] |
|
Lines 384-390
Link Here
|
| 384 |
<th class="anti-the">Title</th> |
384 |
<th class="anti-the">Title</th> |
| 385 |
<th>Due</th> |
385 |
<th>Due</th> |
| 386 |
<th>Barcode</th> |
386 |
<th>Barcode</th> |
| 387 |
<th>Call number</th> |
387 |
<th>Call no.</th> |
| 388 |
<th class="psort">Relative</th> |
388 |
<th class="psort">Relative</th> |
| 389 |
</tr> |
389 |
</tr> |
| 390 |
</thead> |
390 |
</thead> |
|
Lines 433-439
Link Here
|
| 433 |
<th class="anti-the">Title</th> |
433 |
<th class="anti-the">Title</th> |
| 434 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
434 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
| 435 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
435 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
| 436 |
<th>Call number</th> |
436 |
<th>Call no.</th> |
| 437 |
<th class="title-string psort">Due</th> |
437 |
<th class="title-string psort">Due</th> |
| 438 |
[% IF ( OpacRenewalAllowed ) %] |
438 |
[% IF ( OpacRenewalAllowed ) %] |
| 439 |
<th class="nosort">Renew</th> |
439 |
<th class="nosort">Renew</th> |
|
Lines 502-508
Link Here
|
| 502 |
</td> |
502 |
</td> |
| 503 |
[% END %] |
503 |
[% END %] |
| 504 |
<td> |
504 |
<td> |
| 505 |
<span class="tdlabel">Call number:</span> |
505 |
<span class="tdlabel">Call no.:</span> |
| 506 |
[% OVERDUE.itemcallnumber %] |
506 |
[% OVERDUE.itemcallnumber %] |
| 507 |
</td> |
507 |
</td> |
| 508 |
<td> |
508 |
<td> |
| 509 |
- |
|
|