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 254-260 Link Here
254
                                        <input type="hidden" name="batch_id" value="[% batch_id %]" />
254
                                        <input type="hidden" name="batch_id" value="[% batch_id %]" />
255
                                        <label for="description">Batch description: </label>
255
                                        <label for="description">Batch description: </label>
256
                                        <input type="text" name="description" value="[% description %]">
256
                                        <input type="text" name="description" value="[% description %]">
257
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id %]">Save description</a> <span id="change-status"></span>
257
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span>
258
                                    </li>
258
                                    </li>
259
                                    <li>
259
                                    <li>
260
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
260
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
261
- 

Return to bug 15766