mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
Update Login.xml
This commit is contained in:
parent
9a02bc7bc2
commit
f5e8445cdb
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue