Update Login.xml

This commit is contained in:
ZAZiOs 2022-11-22 22:42:47 +03:00 committed by GitHub
parent 9a02bc7bc2
commit f5e8445cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,12 +31,12 @@
</td> </td>
<td> <td>
<center> <center>
<input type="hidden" name="hash" value="{$csrfToken}" /> <input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_log_in}" class="button" /> <input type="submit" value="{_log_in}" class="button" />
<a href="/reg" class="button" style="display: inline-block;">{_registration}</a><br><br> <a href="/reg" class="button" style="display: inline-block;">{_registration}</a><br><br>
<a href="/restore">{_forgot_password}</a> <a href="/restore">{_forgot_password}</a>
</center> </center>
</td> </td>
</tr> </tr>
</tbody> </tbody>