Lines 230-236
Link Here
|
230 |
<input type="hidden" name="batch_id" value="[% batch_id %]" /> |
230 |
<input type="hidden" name="batch_id" value="[% batch_id %]" /> |
231 |
<label for="description">Batch description: </label> |
231 |
<label for="description">Batch description: </label> |
232 |
<input type="text" name="description" value="[% description %]"> |
232 |
<input type="text" name="description" value="[% description %]"> |
233 |
<a href="#" id="savedesc" data-batch_id="[% batch_id %]">Save description</a> <span id="change-status"></span> |
233 |
<a href="#" id="savedesc" data-batch_id="[% batch_id %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span> |
234 |
</li><li> |
234 |
</li><li> |
235 |
<label for="bor_num_list">Add by borrowernumber(s): |
235 |
<label for="bor_num_list">Add by borrowernumber(s): |
236 |
<br /> <span class="hint">One borrowernumber per line.</span> |
236 |
<br /> <span class="hint">One borrowernumber per line.</span> |
237 |
- |
|
|