|
Lines 213-218
Link Here
|
| 213 |
<label for="onloan_indifferent">Ignore</label> |
213 |
<label for="onloan_indifferent">Ignore</label> |
| 214 |
<input type="radio" name="onloan" id="onloan_yes" value="IS NOT NULL" /> |
214 |
<input type="radio" name="onloan" id="onloan_yes" value="IS NOT NULL" /> |
| 215 |
<label for="onloan_yes">Checked out</label> |
215 |
<label for="onloan_yes">Checked out</label> |
|
|
216 |
<input type="radio" name="onloan" id="onloan_no" value="IS NULL" /> |
| 217 |
<label for="onloan_no">Not checked out</label> |
| 216 |
</div> |
218 |
</div> |
| 217 |
</fieldset> |
219 |
</fieldset> |
| 218 |
<fieldset> |
220 |
<fieldset> |
| 219 |
- |
|
|