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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-7 / +2 lines)
Lines 192-203 Link Here
192
                    [% END %]
192
                    [% END %]
193
                ],
193
                ],
194
                'bAutoWidth': false,
194
                'bAutoWidth': false,
195
                [% IF patrons_with_acq_perm_only %]
195
                'sPaginationType': 'full_numbers',
196
                    'bPaginate': false,
196
                "iDisplayLength": [% Koha.Preference('PatronsPerPage') | html %],
197
                [% ELSE %]
198
                    'sPaginationType': 'full_numbers',
199
                    "iDisplayLength": [% Koha.Preference('PatronsPerPage') | html %],
200
                [% END %]
201
                'aaSorting': [[[% aaSorting || 0 | html %], 'asc']],
197
                'aaSorting': [[[% aaSorting || 0 | html %], 'asc']],
202
                'bFilter': false,
198
                'bFilter': false,
203
                'bProcessing': true,
199
                'bProcessing': true,
204
- 

Return to bug 24964