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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-2 / +1 lines)
Lines 237-243 Link Here
237
                                        <input type="hidden" name="batch_id" value="[% batch_id %]" />
237
                                        <input type="hidden" name="batch_id" value="[% batch_id %]" />
238
                                        <label for="description">Batch description: </label>
238
                                        <label for="description">Batch description: </label>
239
                                        <input type="text" name="description" value="[% description %]">
239
                                        <input type="text" name="description" value="[% description %]">
240
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id %]">Save description</a> <span id="change-status"></span>
240
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span>
241
                                    </li>
241
                                    </li>
242
                                    <li>
242
                                    <li>
243
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
243
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
244
- 

Return to bug 15766