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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-12 / +11 lines)
Lines 747-763 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
747
    [% ELSE %]
747
    [% ELSE %]
748
    <table id="holdingst">
748
    <table id="holdingst">
749
        <thead><tr>
749
        <thead><tr>
750
            [% IF ( item_level_itypes ) %]<th id="item_itemtype">Item type</th>[% END %]
750
            [% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %]
751
            <th id="item_location">Location</th>
751
            <th id="item_location" class="location">Location</th>
752
            [% IF ( itemdata_ccode ) %]<th id="item_ccode">Collection</th>[% END %]
752
            [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]
753
            <th id="item_callnumber">Call number</th>
753
            <th id="item_callnumber" class="call_no">Call number</th>
754
            [% IF ( itemdata_enumchron ) %]<th id="item_enumchron">Vol info</th>[% END %]
754
            [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
755
            [% IF ( itemdata_uri ) %]<th id="item_url">url</th>[% END %]
755
            [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
756
            [% IF ( itemdata_copynumber ) %]<th id="item_copy">Copy</th>[% END %]
756
            [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %]
757
            <th id="item_status">Status</th>
757
            <th id="item_status" class="status">Status</th>
758
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes">Notes</th>[% END %]
758
            [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
759
            <th id="item_datedue">Date due</th>
759
            <th id="item_datedue" class="date_due">Date due</th>
760
            [% IF ( OPACShowBarcode ) %]<th>Barcode</th>[% END %]
760
            [% IF ( OPACShowBarcode ) %]<th id="item_barcode" class="barcode">Barcode</th>[% END %]
761
        [% IF holds_count.defined %]
761
        [% IF holds_count.defined %]
762
            <th>Item holds</th>
762
            <th>Item holds</th>
763
        [% ELSIF show_priority %]
763
        [% ELSIF show_priority %]
764
- 

Return to bug 10246