Lines 417-434
Link Here
|
417 |
<td class="author">[% ISSUE.author | html %]</td> |
417 |
<td class="author">[% ISSUE.author | html %]</td> |
418 |
[% IF ( ISSUE.overdue ) %] |
418 |
[% IF ( ISSUE.overdue ) %] |
419 |
<td class="date_due overdue" data-order="[% ISSUE.date_due | html %]"> |
419 |
<td class="date_due overdue" data-order="[% ISSUE.date_due | html %]"> |
420 |
<span class="tdlabel">Date due:</span> |
|
|
421 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
420 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
422 |
</td> |
421 |
</td> |
423 |
[% ELSE %] |
422 |
[% ELSE %] |
424 |
<td class="date_due" data-order="[% ISSUE.date_due | html %]"> |
423 |
<td class="date_due" data-order="[% ISSUE.date_due | html %]"> |
425 |
<span class="tdlabel">Date due:</span> |
|
|
426 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
424 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
427 |
</td> |
425 |
</td> |
428 |
[% END %] |
426 |
[% END %] |
429 |
[% UNLESS ( item_level_itypes ) %] |
427 |
[% UNLESS ( item_level_itypes ) %] |
430 |
<td class="itype"> |
428 |
<td class="itype"> |
431 |
<span class="tdlabel">Item type:</span> |
|
|
432 |
[% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
429 |
[% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
433 |
<img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" /> |
430 |
<img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" /> |
434 |
[% END %] <span class="itypetext">[% ISSUE.description | html %]</span> |
431 |
[% END %] <span class="itypetext">[% ISSUE.description | html %]</span> |
Lines 436-447
Link Here
|
436 |
[% END %] |
433 |
[% END %] |
437 |
[% IF ( show_barcode ) %] |
434 |
[% IF ( show_barcode ) %] |
438 |
<td class="barcode"> |
435 |
<td class="barcode"> |
439 |
<span class="tdlabel">Barcode:</span> |
|
|
440 |
[% ISSUE.barcode | html %] |
436 |
[% ISSUE.barcode | html %] |
441 |
</td> |
437 |
</td> |
442 |
[% END %] |
438 |
[% END %] |
443 |
<td class="call_no"> |
439 |
<td class="call_no"> |
444 |
<span class="tdlabel">Call number:</span> |
|
|
445 |
[% ISSUE.itemcallnumber | html %] |
440 |
[% ISSUE.itemcallnumber | html %] |
446 |
</td> |
441 |
</td> |
447 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions_contains('renew') ) ) %] |
442 |
[% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions_contains('renew') ) ) %] |
Lines 514-520
Link Here
|
514 |
[% END %] |
509 |
[% END %] |
515 |
[% IF ( OPACFinesTab ) %] |
510 |
[% IF ( OPACFinesTab ) %] |
516 |
<td class="fines"> |
511 |
<td class="fines"> |
517 |
<span class="tdlabel">Fines:</span> |
|
|
518 |
[% IF ( ISSUE.charges ) %] |
512 |
[% IF ( ISSUE.charges ) %] |
519 |
<span>Yes (Item overdue or lost)</span> |
513 |
<span>Yes (Item overdue or lost)</span> |
520 |
[% ELSIF ( ISSUE.rentalfines ) %] |
514 |
[% ELSIF ( ISSUE.rentalfines ) %] |
Lines 786-801
Link Here
|
786 |
[% END %] |
780 |
[% END %] |
787 |
[% IF ( show_barcode ) %] |
781 |
[% IF ( show_barcode ) %] |
788 |
<td> |
782 |
<td> |
789 |
<span class="tdlabel">Barcode:</span> |
|
|
790 |
[% OVERDUE.barcode | html %] |
783 |
[% OVERDUE.barcode | html %] |
791 |
</td> |
784 |
</td> |
792 |
[% END %] |
785 |
[% END %] |
793 |
<td> |
786 |
<td> |
794 |
<span class="tdlabel">Call number:</span> |
|
|
795 |
[% OVERDUE.itemcallnumber | html %] |
787 |
[% OVERDUE.itemcallnumber | html %] |
796 |
</td> |
788 |
</td> |
797 |
<td data-order="[% OVERDUE.date_due | html %]"> |
789 |
<td data-order="[% OVERDUE.date_due | html %]"> |
798 |
<span class="tdlabel">Date due:</span> |
|
|
799 |
[% OVERDUE.date_due | $KohaDates as_due_date => 1 %] |
790 |
[% OVERDUE.date_due | $KohaDates as_due_date => 1 %] |
800 |
</td> |
791 |
</td> |
801 |
[% IF ( OpacRenewalAllowed ) %] |
792 |
[% IF ( OpacRenewalAllowed ) %] |
Lines 823-829
Link Here
|
823 |
[% END %] |
814 |
[% END %] |
824 |
[% IF ( OPACFinesTab ) %] |
815 |
[% IF ( OPACFinesTab ) %] |
825 |
<td> |
816 |
<td> |
826 |
<span class="tdlabel">Fines:</span> |
|
|
827 |
[% IF ( OVERDUE.charges ) %] |
817 |
[% IF ( OVERDUE.charges ) %] |
828 |
<span>Yes</span> |
818 |
<span>Yes</span> |
829 |
[% ELSE %] |
819 |
[% ELSE %] |
Lines 869-897
Link Here
|
869 |
</td> |
859 |
</td> |
870 |
<td class="recalldate" data-order="[% RECALL.created_date | html %]"> |
860 |
<td class="recalldate" data-order="[% RECALL.created_date | html %]"> |
871 |
<span title="[% RECALL.created_date | html %]"> |
861 |
<span title="[% RECALL.created_date | html %]"> |
872 |
<span class="tdlabel">Recall date:</span> |
|
|
873 |
[% RECALL.created_date | $KohaDates %] |
862 |
[% RECALL.created_date | $KohaDates %] |
874 |
</span> |
863 |
</span> |
875 |
</td> |
864 |
</td> |
876 |
<td class="expirationdate" data-order="[% RECALL.expiration_date | html %]"> |
865 |
<td class="expirationdate" data-order="[% RECALL.expiration_date | html %]"> |
877 |
[% IF ( RECALL.expiration_date ) %] |
866 |
[% IF ( RECALL.expiration_date ) %] |
878 |
<span title="[% RECALL.expiration_date | html %]"> |
867 |
<span title="[% RECALL.expiration_date | html %]"> |
879 |
<span class="tdlabel">Expiration:</span> |
|
|
880 |
[% RECALL.expiration_date | $KohaDates %] |
868 |
[% RECALL.expiration_date | $KohaDates %] |
881 |
</span> |
869 |
</span> |
882 |
[% ELSE %] |
870 |
[% ELSE %] |
883 |
<span title="0000-00-00"> |
871 |
<span title="0000-00-00"> |
884 |
<span class="tdlabel">Expiration:</span> |
|
|
885 |
Never expires |
872 |
Never expires |
886 |
</span> |
873 |
</span> |
887 |
[% END %] |
874 |
[% END %] |
888 |
</td> |
875 |
</td> |
889 |
<td class="branch"> |
876 |
<td class="branch"> |
890 |
<span class="tdlabel">Pick up location:</span> |
|
|
891 |
[% RECALL.library.branchname | html %] |
877 |
[% RECALL.library.branchname | html %] |
892 |
</td> |
878 |
</td> |
893 |
<td class="status"> |
879 |
<td class="status"> |
894 |
<span class="tdlabel">Status:</span> |
|
|
895 |
[% IF ( RECALL.requested ) %] |
880 |
[% IF ( RECALL.requested ) %] |
896 |
<span>Requested</span> |
881 |
<span>Requested</span> |
897 |
[% ELSIF ( RECALL.overdue ) %] |
882 |
[% ELSIF ( RECALL.overdue ) %] |
898 |
- |
|
|