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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-9 / +9 lines)
Lines 716-731 Link Here
716
                'lengthMenu': [aLengthMenu, aLengthMenuLabel],
716
                'lengthMenu': [aLengthMenu, aLengthMenuLabel],
717
                "pagingType": 'full_numbers',
717
                "pagingType": 'full_numbers',
718
                "pageLength": [% Koha.Preference('PatronsPerPage') | html %],
718
                "pageLength": [% Koha.Preference('PatronsPerPage') | html %],
719
                [% IF sticky_header %]
720
                "initComplete": function(settings, json) {
719
                "initComplete": function(settings, json) {
721
                    $("#[% sticky_header | html %]").show();
720
                     $(this).kohaTableToggleClearFilter(settings);
722
                    Sticky = $("#[% sticky_header | html %]");
721
                    [% IF sticky_header %]
723
                    Sticky.hcSticky({
722
                        $("#[% sticky_header | html %]").show();
724
                        stickTo: "#[% sticky_to | html %]",
723
                        Sticky = $("#[% sticky_header | html %]");
725
                        stickyClass: "floating"
724
                        Sticky.hcSticky({
726
                    });
725
                            stickTo: "#[% sticky_to | html %]",
726
                            stickyClass: "floating"
727
                        });
728
                    [% END %]
727
                },
729
                },
728
                [% END %]
729
                fixedHeader: false,
730
                fixedHeader: false,
730
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
731
            }, typeof table_settings !== 'undefined' ? table_settings : null, 1, additional_filters);
731
732
732
- 

Return to bug 38071