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 65-71 Link Here
65
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
65
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
66
                                        <label for="description">Batch description: </label>
66
                                        <label for="description">Batch description: </label>
67
                                        <input type="text" name="description" value="[% description | html %]">
67
                                        <input type="text" name="description" value="[% description | html %]">
68
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id | html %]">Save description</a> <span id="change-status"></span>
68
                                        <a href="#" id="savedesc" data-batch_id="[% batch_id | html %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span>
69
                                    </li>
69
                                    </li>
70
                                    <li>
70
                                    <li>
71
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
71
                                        <input type="radio" name="number_type" id="barcode_enter" value="barcode" checked />
72
- 

Return to bug 15766