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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-5 / +3 lines)
Lines 155-161 Link Here
155
                                                                    [% CASE "Barcode" %]
155
                                                                    [% CASE "Barcode" %]
156
                                                                        <th>Barcode</th>
156
                                                                        <th>Barcode</th>
157
                                                                    [% CASE "Select" -%]
157
                                                                    [% CASE "Select" -%]
158
                                                                        <th>Select</th>
158
                                                                        <th class="NoSort">Select</th>
159
                                                                    [% CASE "Actions" -%]
160
                                                                        <th class="NoSort">Actions</th>
159
                                                                    [% CASE %]
161
                                                                    [% CASE %]
160
                                                                        <th>[% header_field.field_label | html %]</th>
162
                                                                        <th>[% header_field.field_label | html %]</th>
161
                                                                [% END -%]
163
                                                                [% END -%]
Lines 335-343 Link Here
335
            [% END %]
337
            [% END %]
336
            $("#batcht").kohaTable({
338
            $("#batcht").kohaTable({
337
                autoWidth: false,
339
                autoWidth: false,
338
                columnDefs: [
339
                    { targets: [-1, -2], orderable: false, searchable: false },
340
                ],
341
                order: [[0, "asc"]],
340
                order: [[0, "asc"]],
342
                pagingType: "full",
341
                pagingType: "full",
343
            });
342
            });
344
- 

Return to bug 38984