View | Details | Raw Unified | Return to bug 10245
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-12 / +11 lines)
Lines 1459-1475 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
1459
[% BLOCK items_table %]
1459
[% BLOCK items_table %]
1460
    <table class="holdingst">
1460
    <table class="holdingst">
1461
        <thead><tr>
1461
        <thead><tr>
1462
            [% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %]
1462
            [% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %]
1463
            <th id="item_location">Location</th>
1463
            <th id="item_location" class="location">Location</th>
1464
            [% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %]
1464
            [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]
1465
            <th id="item_callnumber">Call number</th>
1465
            <th id="item_callnumber" class="call_no">Call number</th>
1466
            [% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %]
1466
            [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
1467
            [% IF ( itemdata_uri ) %]<th id="item_url">url</th>[% END %]
1467
            [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
1468
            [% IF ( itemdata_copynumber ) %]<th id="item_copy">Copy</th>[% END %]
1468
            [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %]
1469
            <th id="item_status">Status</th>
1469
            <th id="item_status" class="status">Status</th>
1470
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %]
1470
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
1471
            <th id="item_datedue">Date due</th>
1471
            <th id="item_datedue" class="date_due">Date due</th>
1472
            [% IF ( OPACShowBarcode ) %]<th>Barcode</th>[% END %]
1472
            [% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %]
1473
        [% IF holds_count.defined %]
1473
        [% IF holds_count.defined %]
1474
            <th>Item holds</th>
1474
            <th>Item holds</th>
1475
        [% ELSIF show_priority %]
1475
        [% ELSIF show_priority %]
1476
- 

Return to bug 10245