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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-2 lines)
Lines 96-102 Link Here
96
            eTable = $("#enrollments-table").kohaTable({
96
            eTable = $("#enrollments-table").kohaTable({
97
                pagingType: "full",
97
                pagingType: "full",
98
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
98
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
99
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
100
            });
99
            });
101
        });
100
        });
102
    </script>
101
    </script>
103
- 

Return to bug 38984