[FIX] Reset pin button
This commit is contained in:
parent
5c5db8dc93
commit
11c417230b
@ -133,7 +133,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
<form action="{$smarty.server.PHP_SELF}" method="post">
|
<form action="{$smarty.server.PHP_SELF}" method="post">
|
||||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||||
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
||||||
<input type="hidden" name="do" value="genPin">
|
<input type="hidden" name="do" value="genPin">
|
||||||
@ -149,8 +149,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="submit_link">
|
<div class="submit_link">
|
||||||
<button type="submit" class="alt_btn" value="Reset PIN">
|
<input type="submit" class="alt_btn" value="Reset PIN">
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user