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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-3 / +2 lines)
Lines 86-92 Link Here
86
                        <th>Public note</th>
86
                        <th>Public note</th>
87
                        <th>Link</th>
87
                        <th>Link</th>
88
                        <th class="NoSort">Other course reserves</th>
88
                        <th class="NoSort">Other course reserves</th>
89
                        <th>Circulation</th>
89
                        <th>Status</th>
90
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
90
                        [% IF CAN_user_coursereserves_add_reserves || CAN_user_coursereserves_delete_reserves %]
91
                            <th class="NoSort">Actions</th>
91
                            <th class="NoSort">Actions</th>
92
                        [% END %]
92
                        [% END %]
Lines 220-226 Link Here
220
                            <td class="status">
220
                            <td class="status">
221
                                <span>
221
                                <span>
222
                                [% IF cr.item.onloan %]
222
                                [% IF cr.item.onloan %]
223
                                    Checked Out
223
                                    Checked out
224
                                [% ELSE %]
224
                                [% ELSE %]
225
                                    Available
225
                                    Available
226
                                [% END %]
226
                                [% END %]
227
- 

Return to bug 15377