mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 12:11:28 +00:00
use buttons in loginForm
This commit is contained in:
@@ -125,10 +125,10 @@ window.onload = init;
|
|||||||
|
|
||||||
<tr><td colspan="2" align="right" class="innerLoginCell">
|
<tr><td colspan="2" align="right" class="innerLoginCell">
|
||||||
|
|
||||||
<input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
|
<button name='click'><?php echo __('Log in') ?></button>
|
||||||
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
|
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
|
||||||
<input type="submit" class="button" onclick="return gotoRegForm()"
|
<button onclick="return gotoRegForm()">
|
||||||
value="<?php echo __("Create new account") ?>"/>
|
<?php echo __("Create new account") ?></button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<input type="hidden" name="action" value="login">
|
<input type="hidden" name="action" value="login">
|
||||||
|
|||||||
Reference in New Issue
Block a user