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 72-78 Link Here
72
        columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %]
72
        columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %]
73
73
74
        KohaTable("#course_reserves_table", {
74
        KohaTable("#course_reserves_table", {
75
            "dom": '<"top"flp>rt<"clear">',
75
            "dom": '<"top"f>rt<"clear">',
76
            "sorting": [[ 1, "asc" ]],
76
            "sorting": [[ 1, "asc" ]],
77
            "autoWidth": false,
77
            "autoWidth": false,
78
            "asColumnDefs": [
78
            "asColumnDefs": [
79
- 

Return to bug 26262