|
Lines 371-377
Link Here
|
| 371 |
<input type="text" name="branchnotes" id="branchnotes" value="[% library.branchnotes | html %]" /> |
371 |
<input type="text" name="branchnotes" id="branchnotes" value="[% library.branchnotes | html %]" /> |
| 372 |
</div> |
372 |
</div> |
| 373 |
</div> |
373 |
</div> |
| 374 |
<div class="fg-row"> |
374 |
<div class="fg-row input-sm"> |
| 375 |
<div class="fg-label"> |
375 |
<div class="fg-label"> |
| 376 |
<label for="pickup_location">Pickup location: </label> |
376 |
<label for="pickup_location">Pickup location: </label> |
| 377 |
</div> |
377 |
</div> |
|
Lines 387-393
Link Here
|
| 387 |
</select> |
387 |
</select> |
| 388 |
</div> |
388 |
</div> |
| 389 |
</div> |
389 |
</div> |
| 390 |
<div class="fg-row"> |
390 |
<div class="fg-row input-sm"> |
| 391 |
<div class="fg-label"> |
391 |
<div class="fg-label"> |
| 392 |
<label for="public">Public: </label> |
392 |
<label for="public">Public: </label> |
| 393 |
</div> |
393 |
</div> |
| 394 |
- |
|
|