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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +1 lines)
Lines 76-82 Link Here
76
        $(document).ready(function() {
76
        $(document).ready(function() {
77
            columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %]
77
            columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %]
78
            KohaTable("#course_reserves_table", {
78
            KohaTable("#course_reserves_table", {
79
                "dom": '<"top"flp>rt<"clear">',
79
                "dom": '<"top"f>rt<"clear">',
80
                "sorting": [[ 1, "asc" ]],
80
                "sorting": [[ 1, "asc" ]],
81
                "autoWidth": false,
81
                "autoWidth": false,
82
                "asColumnDefs": [
82
                "asColumnDefs": [
83
- 

Return to bug 26262