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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-1 / +1 lines)
Lines 51-57 Link Here
51
                                <th>Location</th>
51
                                <th>Location</th>
52
                                <th>Collection</th>
52
                                <th>Collection</th>
53
                                <th>Call number</th>
53
                                <th>Call number</th>
54
                                <th>Copy</th>
54
                                <th>Copy number</th>
55
                                <th>Status</th>
55
                                <th>Status</th>
56
                                <th>Date due</th>
56
                                <th>Date due</th>
57
                                <th>Notes</th>
57
                                <th>Notes</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1118-1124 Link Here
1118
                <th id="item_callnumber" class="call_no">Call number</th>
1118
                <th id="item_callnumber" class="call_no">Call number</th>
1119
                [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
1119
                [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
1120
                [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
1120
                [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
1121
                [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %]
1121
                [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy number</th>[% END %]
1122
                <th id="item_status" class="status">Status</th>
1122
                <th id="item_status" class="status">Status</th>
1123
                [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
1123
                [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
1124
                <th id="item_datedue" class="date_due">Date due</th>
1124
                <th id="item_datedue" class="date_due">Date due</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-3 / +2 lines)
Lines 253-259 Link Here
253
                                                        <table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber %]">
253
                                                        <table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber %]">
254
                                                            <caption>Select a specific copy:</caption>
254
                                                            <caption>Select a specific copy:</caption>
255
                                                            <tr>
255
                                                            <tr>
256
                                                                <th>Copy</th>
256
                                                                <th>Copy number</th>
257
                                                                [% IF ( item_level_itypes ) %]
257
                                                                [% IF ( item_level_itypes ) %]
258
                                                                    <th>Item type</th>
258
                                                                    <th>Item type</th>
259
                                                                [% END %]
259
                                                                [% END %]
Lines 271-277 Link Here
271
271
272
                                                            [% FOREACH itemLoo IN bibitemloo.itemLoop %]
272
                                                            [% FOREACH itemLoo IN bibitemloo.itemLoop %]
273
                                                                <tr class="[% itemLoo.backgroundcolor %]">
273
                                                                <tr class="[% itemLoo.backgroundcolor %]">
274
                                                                    <td class="copy">
274
                                                                    <td class="copynumber">
275
                                                                        [% IF ( itemLoo.available ) %]
275
                                                                        [% IF ( itemLoo.available ) %]
276
                                                                            <input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" value="[% itemLoo.itemnumber %]" />
276
                                                                            <input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" value="[% itemLoo.itemnumber %]" />
277
                                                                        [% ELSE %]
277
                                                                        [% ELSE %]
278
- 

Return to bug 11649