Lines 858-886
Link Here
|
858 |
|
858 |
|
859 |
[% INCLUDE "checkouts-table.inc" %] |
859 |
[% INCLUDE "checkouts-table.inc" %] |
860 |
|
860 |
|
861 |
[% IF ( relatives_issues_count ) %] |
861 |
[% INCLUDE "relatives-issues-table.inc" %] |
862 |
<div id="relatives-issues"> |
|
|
863 |
<table id="relatives-issues-table"> |
864 |
<thead> |
865 |
<tr> |
866 |
<th scope="col">Due date (unformatted, hidden)</th> |
867 |
<th scope="col">Due date</th> |
868 |
<th scope="col">Title</th> |
869 |
<th scope="col">Item type</th> |
870 |
<th scope="col">Collection code</th> |
871 |
<th scope="col">Location</th> |
872 |
<th scope="col">Checked out on</th> |
873 |
<th scope="col">Checked out from</th> |
874 |
<th scope="col">Call no</th> |
875 |
<th scope="col">Charge</th> |
876 |
<th scope="col">Fine</th> |
877 |
<th scope="col">Price</th> |
878 |
<th scope="col">Patron</th> |
879 |
</tr> |
880 |
</thead> |
881 |
</table> |
882 |
</div> <!-- /#relatives-issues --> |
883 |
[% END %] |
884 |
|
862 |
|
885 |
[% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] |
863 |
[% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] |
886 |
<div id="clubs-tab"> |
864 |
<div id="clubs-tab"> |