Lines 1191-1198
Link Here
|
1191 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'column' && itemdata_location ) %] |
1191 |
[% IF ( Koha.Preference('OpacLocationOnDetail') == 'column' && itemdata_location ) %] |
1192 |
<th id="item_shelving_location" data-colname="item_shelving_location" class="shelving_location">Shelving location</th> |
1192 |
<th id="item_shelving_location" data-colname="item_shelving_location" class="shelving_location">Shelving location</th> |
1193 |
[% END %] |
1193 |
[% END %] |
|
|
1194 |
[% IF ( itemdata_itemcallnumber ) %] |
1194 |
<th id="item_callnumber" data-colname="item_callnumber" class="call_no">Call number</th> |
1195 |
<th id="item_callnumber" data-colname="item_callnumber" class="call_no">Call number</th> |
1195 |
[% UNLESS TablesSettings.is_hidden( 'opac', 'biblio-detail', 'holdingst', 'item_materials') %] |
1196 |
[% END %] |
|
|
1197 |
[% IF ( itemdata_materials ) %] |
1196 |
<th id="item_materials" data-colname="item_materials" class="materials">Materials specified</th> |
1198 |
<th id="item_materials" data-colname="item_materials" class="materials">Materials specified</th> |
1197 |
[% END %] |
1199 |
[% END %] |
1198 |
[% IF ( itemdata_enumchron ) %] |
1200 |
[% IF ( itemdata_enumchron ) %] |
Lines 1208-1216
Link Here
|
1208 |
[% IF ( itemdata_itemnotes ) %] |
1210 |
[% IF ( itemdata_itemnotes ) %] |
1209 |
<th id="item_notes" data-colname="item_notes" class="notes">Notes</th> |
1211 |
<th id="item_notes" data-colname="item_notes" class="notes">Notes</th> |
1210 |
[% END %] |
1212 |
[% END %] |
|
|
1213 |
[% IF ( item_checkouts ) %] |
1211 |
<th id="item_datedue" data-colname="item_datedue" class="date_due">Date due</th> |
1214 |
<th id="item_datedue" data-colname="item_datedue" class="date_due">Date due</th> |
|
|
1215 |
[% END %] |
1216 |
[% IF ( itemdata_barcode ) %] |
1212 |
<th id="item_barcode" data-colname="item_barcode" class="barcode">Barcode</th> |
1217 |
<th id="item_barcode" data-colname="item_barcode" class="barcode">Barcode</th> |
1213 |
[% IF holds_count.defined %] |
1218 |
[% END %] |
|
|
1219 |
[% IF item_level_holds > 0 %] |
1214 |
<th id="item_holds" data-colname="item_holds">Item holds</th> |
1220 |
<th id="item_holds" data-colname="item_holds">Item holds</th> |
1215 |
[% ELSIF show_priority %] |
1221 |
[% ELSIF show_priority %] |
1216 |
<th id="item_priority" data-colname="item_priority">Item hold queue priority</th> |
1222 |
<th id="item_priority" data-colname="item_priority">Item hold queue priority</th> |
Lines 1313-1332
Link Here
|
1313 |
<td class="shelving_location"><span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span></td> |
1319 |
<td class="shelving_location"><span class="shelvingloc">[% ITEM_RESULT.location_description | html %]</span></td> |
1314 |
[% END %] |
1320 |
[% END %] |
1315 |
|
1321 |
|
1316 |
<td class="call_no" property="sku"> |
1322 |
[% IF ( itemdata_itemcallnumber ) %] |
1317 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
1323 |
<td class="call_no" property="sku"> |
1318 |
[% ITEM_RESULT.itemcallnumber | html %] |
1324 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
1319 |
[% IF ( OPACShelfBrowser ) %] |
1325 |
[% ITEM_RESULT.itemcallnumber | html %] |
1320 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
1326 |
[% IF ( OPACShelfBrowser ) %] |
1321 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | html %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | html %]#[% tab | html %]">Browse shelf<span class="sr-only">(Opens below)</span></a>) |
1327 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
1322 |
[% ELSE %] |
1328 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | html %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | html %]#[% tab | html %]">Browse shelf<span class="sr-only">(Opens below)</span></a>) |
1323 |
(<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | uri %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | uri %]#[% tab | uri %]">Browse shelf<span class="sr-only">(Opens below)</span></a>) |
1329 |
[% ELSE %] |
|
|
1330 |
(<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | uri %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | uri %]#[% tab | uri %]">Browse shelf<span class="sr-only">(Opens below)</span></a>) |
1331 |
[% END %] |
1324 |
[% END %] |
1332 |
[% END %] |
1325 |
[% END %] |
1333 |
[% END %] |
1326 |
[% END %] |
1334 |
</td> |
1327 |
</td> |
1335 |
[% END %] |
1328 |
|
1336 |
|
1329 |
[% UNLESS TablesSettings.is_hidden( 'opac', 'biblio-detail', 'holdingst', 'item_materials') %] |
1337 |
[% IF ( itemdata_materials ) %] |
1330 |
<td class="materials">[% ITEM_RESULT.materials | html %]</td> |
1338 |
<td class="materials">[% ITEM_RESULT.materials | html %]</td> |
1331 |
[% END %] |
1339 |
[% END %] |
1332 |
|
1340 |
|
Lines 1380-1393
Link Here
|
1380 |
[% IF ( itemdata_copynumber ) %]<td class="copynumber">[% ITEM_RESULT.copynumber | html %]</td>[% END %] |
1388 |
[% IF ( itemdata_copynumber ) %]<td class="copynumber">[% ITEM_RESULT.copynumber | html %]</td>[% END %] |
1381 |
<td class="status">[% INCLUDE 'item-status.inc' item = ITEM_RESULT.object include_schema_org = 1 %]</td> |
1389 |
<td class="status">[% INCLUDE 'item-status.inc' item = ITEM_RESULT.object include_schema_org = 1 %]</td> |
1382 |
[% IF ( itemdata_itemnotes ) %]<td class="notes" property="description">[% ITEM_RESULT.itemnotes | $raw %]</td>[% END %] |
1390 |
[% IF ( itemdata_itemnotes ) %]<td class="notes" property="description">[% ITEM_RESULT.itemnotes | $raw %]</td>[% END %] |
1383 |
[% IF ITEM_RESULT.checkout %] |
1391 |
[% IF item_checkouts %] |
1384 |
<td class="date_due" data-order="[% ITEM_RESULT.checkout.date_due | html %]">[% ITEM_RESULT.checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
1392 |
<td class="date_due" data-order="[% ITEM_RESULT.checkout.date_due | html %]">[% ITEM_RESULT.checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
1385 |
[% ELSE %] |
|
|
1386 |
<td class="date_due"></td> |
1387 |
[% END %] |
1393 |
[% END %] |
1388 |
|
1394 |
|
|
|
1395 |
[% IF ( itemdata_barcode ) %] |
1389 |
<td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td> |
1396 |
<td class="barcode" property="serialNumber">[% ITEM_RESULT.barcode | html %]</td> |
1390 |
[% IF holds_count.defined || show_priority %] |
1397 |
[% END %] |
|
|
1398 |
|
1399 |
[% IF item_level_holds > 0 %] |
1391 |
<td class="holds_count"> |
1400 |
<td class="holds_count"> |
1392 |
[% IF holds_count.defined %] [% ITEM_RESULT.holds_count | html %] [% END %] |
1401 |
[% IF holds_count.defined %] [% ITEM_RESULT.holds_count | html %] [% END %] |
1393 |
[% IF ITEM_RESULT.priority %] |
1402 |
[% IF ITEM_RESULT.priority %] |
Lines 1399-1404
Link Here
|
1399 |
[% END %] |
1408 |
[% END %] |
1400 |
</td> |
1409 |
</td> |
1401 |
[% END %] |
1410 |
[% END %] |
|
|
1411 |
|
1402 |
[% IF ShowCourseReservesHeader %] |
1412 |
[% IF ShowCourseReservesHeader %] |
1403 |
<td> |
1413 |
<td> |
1404 |
[% IF ITEM_RESULT.course_reserves %] |
1414 |
[% IF ITEM_RESULT.course_reserves %] |