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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +1 lines)
Lines 92-98 Link Here
92
                    order: [[1, "asc"]],
92
                    order: [[1, "asc"]],
93
                    asColumnDefs: [{ aTargets: [1], sType: "nsb-nse" }],
93
                    asColumnDefs: [{ aTargets: [1], sType: "nsb-nse" }],
94
                    language: {
94
                    language: {
95
                        search: "_INPUT_",
95
                        search: _("<span class='visually-hidden'>Search courses</span> _INPUT_"),
96
                        searchPlaceholder: _("Search courses"),
96
                        searchPlaceholder: _("Search courses"),
97
                    },
97
                    },
98
                    responsive: {
98
                    responsive: {
99
- 

Return to bug 41933