Lines 143-155
Link Here
|
143 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
143 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
144 |
[% END %] |
144 |
[% END %] |
145 |
[% IF invalid_otp_token %] |
145 |
[% IF invalid_otp_token %] |
146 |
<div class="dialog error">Invalid two-factor code</div> |
146 |
<div id="login_error">Invalid two-factor code</div> |
147 |
[% END %] |
147 |
[% END %] |
148 |
|
148 |
|
149 |
<p><label for="otp_token">Two-factor authentication code:</label> |
149 |
<p> |
150 |
<input type="text" name="otp_token" id="otp_token" class="input focus" value="" size="20" tabindex="1" /> |
150 |
<label for="otp_token">Two-factor authentication code:</label> |
151 |
<p class="submit"><input id="submit-button" type="submit" value="Verify code" /></p> |
151 |
<input type="text" name="otp_token" id="otp_token" class="input focus" value="" size="20" tabindex="1" /> |
152 |
<a class="logout" id="logout" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a> |
152 |
</p> |
|
|
153 |
<p> |
154 |
<input id="submit-button" type="submit" value="Verify code" /> |
155 |
<a class="cancel" id="logout" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Cancel</a> |
156 |
</p> |
153 |
|
157 |
|
154 |
</form> |
158 |
</form> |
155 |
[% END %] |
159 |
[% END %] |
156 |
- |
|
|