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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-3 / +2 lines)
Lines 71-81 Link Here
71
                                [% INCLUDE 'csrf-token.inc' %]
71
                                [% INCLUDE 'csrf-token.inc' %]
72
                                <div>
72
                                <div>
73
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
73
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
74
                                    <ol><li id="description">
74
                                    <ol><li>
75
                                        <input type="hidden" name="op" value="cud-add" />
75
                                        <input type="hidden" name="op" value="cud-add" />
76
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
76
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
77
                                        <label for="description">Batch description: </label>
77
                                        <label for="description">Batch description: </label>
78
                                        <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span>
78
                                        <input type="text" id="description" name="description" value="[% description | html %]"> <span id="change-status"></span>
79
                                    </li><li>
79
                                    </li><li>
80
                                        <label for="bor_num_list">Add by borrowernumber(s):
80
                                        <label for="bor_num_list">Add by borrowernumber(s):
81
                                            <br /> <span class="hint">One borrowernumber per line.</span>
81
                                            <br /> <span class="hint">One borrowernumber per line.</span>
82
- 

Return to bug 35236