Lines 54-60
Link Here
|
54 |
<fieldset class="rows"> |
54 |
<fieldset class="rows"> |
55 |
<legend>Item location filters</legend> |
55 |
<legend>Item location filters</legend> |
56 |
<ol><li> |
56 |
<ol><li> |
57 |
<label for="branch">Library: </label> |
57 |
<label for="branch">Location: </label> |
58 |
<input type="radio" name="branch" value="homebranch"> Home library</input> |
58 |
<input type="radio" name="branch" value="homebranch"> Home library</input> |
59 |
<input type="radio" name="branch" value="holdingbranch"> Current library</input> |
59 |
<input type="radio" name="branch" value="holdingbranch"> Current library</input> |
60 |
</li><li> |
60 |
</li><li> |
61 |
- |
|
|