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 (-6 / +3 lines)
Lines 160-166 Link Here
160
                                        [% CASE "Barcode" %]
160
                                        [% CASE "Barcode" %]
161
                                            <th>Barcode</th>
161
                                            <th>Barcode</th>
162
                                        [% CASE "Select" -%]
162
                                        [% CASE "Select" -%]
163
                                            <th>Select</th>
163
                                            <th class="NoSort">Select</th>
164
                                        [% CASE "Actions" -%]
165
                                            <th class="NoSort">Actions</th>
164
                                        [% CASE %]
166
                                        [% CASE %]
165
                                            <th>[% header_field.field_label | html %]</th>
167
                                            <th>[% header_field.field_label | html %]</th>
166
                                        [% END -%]
168
                                        [% END -%]
Lines 187-193 Link Here
187
                                                    data-confirmation-msg="Are you sure you want to delete this?"
189
                                                    data-confirmation-msg="Are you sure you want to delete this?"
188
                                                    ><i class="fa fa-trash-can"></i> Delete</a
190
                                                    ><i class="fa fa-trash-can"></i> Delete</a
189
                                                >
191
                                                >
190
191
                                                <a class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"
192
                                                <a class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"
192
                                                    ><i class="fa-solid fa-share-from-square"></i> Export</a
193
                                                    ><i class="fa-solid fa-share-from-square"></i> Export</a
193
                                                >
194
                                                >
Lines 347-355 Link Here
347
            [% END %]
348
            [% END %]
348
            $("#batcht").kohaTable({
349
            $("#batcht").kohaTable({
349
                autoWidth: false,
350
                autoWidth: false,
350
                columnDefs: [
351
                    { targets: [-1, -2], orderable: false, searchable: false },
352
                ],
353
                order: [[0, "asc"]],
351
                order: [[0, "asc"]],
354
                pagingType: "full",
352
                pagingType: "full",
355
            });
353
            });
356
- 

Return to bug 38984