Refactoring login and register button in sidebar (#864)

For Firefox 10.0 and other old 2000s browsers compatibillity
This commit is contained in:
Dmitry Tretyakov 2023-04-19 15:12:05 +07:00 committed by GitHub
parent 027a38a69c
commit 34b585747f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,8 +218,8 @@
<input id="password" type="password" name="password" required />
<input type="hidden" name="jReturnTo" value="{$_SERVER['REQUEST_URI']}" />
<input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_log_in}" class="button" style="display: inline-block;" />
<a href="/reg" class="button" style="display: inline-block;">{_registration}</a><br><br>
<input type="submit" value="{_log_in}" class="button" style="display: inline-block; font-family: Tahoma" />
<a href="/reg"><input type="button" value="{_registration}" class="button" style="font-family: Tahoma" /></a><br><br>
<a href="/restore">{_forgot_password}</a>
</form>
{/ifset}