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:
@@ -78,7 +78,7 @@ class Adminer {
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var username = document.getElementById('username');
|
||||
username.focus();
|
||||
focus(username);
|
||||
username.form['auth[driver]'].onchange();
|
||||
</script>
|
||||
<?php
|
||||
|
@@ -98,5 +98,6 @@ function page_footer($missing = "") {
|
||||
<div id="menu">
|
||||
<?php $adminer->navigation($missing); ?>
|
||||
</div>
|
||||
<script type="text/javascript">setupSubmitHighlight(document);</script>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user