mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Highlight default submit button
This commit is contained in:
@@ -49,7 +49,7 @@ class Adminer {
|
||||
<tr><th><?php echo lang('Password'); ?><td><input type="password" name="auth[password]">
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
document.getElementById('username').focus();
|
||||
focus(document.getElementById('username'));
|
||||
</script>
|
||||
<?php
|
||||
echo "<p><input type='submit' value='" . lang('Login') . "'>\n";
|
||||
|
Reference in New Issue
Block a user