|
Lines 154-160
Link Here
|
| 154 |
<label for="matchpoint">Matchpoint: </label> |
154 |
<label for="matchpoint">Matchpoint: </label> |
| 155 |
<select name="matchpoint" id="matchpoint"> |
155 |
<select name="matchpoint" id="matchpoint"> |
| 156 |
<option value="email">Email</option> |
156 |
<option value="email">Email</option> |
| 157 |
<option value="userid">User id</option> |
157 |
<option value="userid">User ID</option> |
| 158 |
<option value="cardnumber">Card number</option> |
158 |
<option value="cardnumber">Card number</option> |
| 159 |
</select> |
159 |
</select> |
| 160 |
<div class="hint">Koha patron's field that will be used to match provider's user with Koha's</div> |
160 |
<div class="hint">Koha patron's field that will be used to match provider's user with Koha's</div> |
| 161 |
- |
|
|