|
Lines 102-107
Link Here
|
| 102 |
<li class="radio"> |
102 |
<li class="radio"> |
| 103 |
<select name="matchpoint" id="matchpoint"> |
103 |
<select name="matchpoint" id="matchpoint"> |
| 104 |
<option value="cardnumber">Cardnumber</option> |
104 |
<option value="cardnumber">Cardnumber</option> |
|
|
105 |
<option value="userid">Username</option> |
| 105 |
[% FOREACH matchpoint IN matchpoints %] |
106 |
[% FOREACH matchpoint IN matchpoints %] |
| 106 |
<option value="[% matchpoint.code %]">[% matchpoint.description %]</option> |
107 |
<option value="[% matchpoint.code %]">[% matchpoint.description %]</option> |
| 107 |
[% END %] |
108 |
[% END %] |