Lines 1168-1176
Link Here
|
1168 |
<th id="item_datedue" class="date_due">Date due</th> |
1168 |
<th id="item_datedue" class="date_due">Date due</th> |
1169 |
[% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %] |
1169 |
[% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %] |
1170 |
[% IF holds_count.defined %] |
1170 |
[% IF holds_count.defined %] |
1171 |
<th>Item holds</th> |
1171 |
<th id="item_holds">Item holds</th> |
1172 |
[% ELSIF show_priority %] |
1172 |
[% ELSIF show_priority %] |
1173 |
<th>Item hold queue priority</th> |
1173 |
<th id="item_priority">Item hold queue priority</th> |
1174 |
[% END %] |
1174 |
[% END %] |
1175 |
[% IF ( ShowCourseReservesHeader ) %]<th id="item_coursereserves">Course reserves</th>[% END %] |
1175 |
[% IF ( ShowCourseReservesHeader ) %]<th id="item_coursereserves">Course reserves</th>[% END %] |
1176 |
</tr> |
1176 |
</tr> |
1177 |
- |
|
|