|
Lines 49-55
Link Here
|
| 49 |
<input type="hidden" name="batch_id" value="[% batch_id | html %]" /> |
49 |
<input type="hidden" name="batch_id" value="[% batch_id | html %]" /> |
| 50 |
<label for="description">Batch description: </label> |
50 |
<label for="description">Batch description: </label> |
| 51 |
<input type="text" name="description" value="[% description | html %]"> |
51 |
<input type="text" name="description" value="[% description | html %]"> |
| 52 |
<a href="#" id="savedesc" data-batch_id="[% batch_id | html %]">Save description</a> <span id="change-status"></span> |
52 |
<a href="#" id="savedesc" data-batch_id="[% batch_id | html %]" class="btn btn-default btn-xs">Save description</a> <span id="change-status"></span> |
| 53 |
</li><li> |
53 |
</li><li> |
| 54 |
<label for="bor_num_list">Add by borrowernumber(s): |
54 |
<label for="bor_num_list">Add by borrowernumber(s): |
| 55 |
<br /> <span class="hint">One borrowernumber per line.</span> |
55 |
<br /> <span class="hint">One borrowernumber per line.</span> |
| 56 |
- |
|
|