mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +02:00
Add class 'layout' to all non-data tables
This commit is contained in:
@@ -71,7 +71,7 @@ class Adminer {
|
||||
}
|
||||
|
||||
function loginForm() {
|
||||
echo "<table cellspacing='0'>\n";
|
||||
echo "<table cellspacing='0' class='layout'>\n";
|
||||
echo $this->loginFormField('username', '<tr><th>' . lang('Username') . '<td>', '<input type="hidden" name="auth[driver]" value="server"><input name="auth[username]" id="username" value="' . h($_GET["username"]) . '" autocapitalize="off">' . script("focus(qs('#username'));"));
|
||||
echo $this->loginFormField('password', '<tr><th>' . lang('Password') . '<td>', '<input type="password" name="auth[password]">' . "\n");
|
||||
echo "</table>\n";
|
||||
|
Reference in New Issue
Block a user