diff --git a/adminer/db.inc.php b/adminer/db.inc.php index d452054d..10e626fc 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -100,14 +100,14 @@ if ($adminer->homepage()) { echo "
" . (ereg('^(sql|sqlite|pgsql)$', $jush) ? ($jush != "sqlite" ? " " : "") . " " : "" - ) . ($jush == "sql" ? " " : "") . " \n"; // 1 - eventStop + ) . ($jush == "sql" ? " " : "") . " \n"; $databases = (support("scheme") ? schemas() : $adminer->databases()); if (count($databases) != 1 && $jush != "sqlite") { $db = (isset($_POST["target"]) ? $_POST["target"] : (support("scheme") ? $_GET["ns"] : DB)); echo "
" . lang('Move to other database') . ": "; echo ($databases ? html_select("target", $databases, $db) : ''); - echo " "; - echo (support("copy") ? " " : ""); + echo " "; + echo (support("copy") ? " " : ""); echo "\n"; } echo "\n"; diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 4ace7fa5..8cca2c7d 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -753,7 +753,7 @@ DROP PROCEDURE adminer_alter; foreach ($usernames as $username => $password) { if ($password !== null) { if ($first) { - echo "
\n"; + echo "
\n";
$first = false;
}
echo "($drivers[$driver]) " . h($username . ($server != "" ? "@$server" : "")) . "
\n";
@@ -774,7 +774,7 @@ DROP PROCEDURE adminer_alter;
}
}
?>
-
+
"(" . lang('database') . ")") + $databases, DB, "this.form.submit();") : ''); ?> - onclick="eventStop(event);"> +> select_db(DB)) { if (support("scheme")) { diff --git a/adminer/include/auth.inc.php b/adminer/include/auth.inc.php index 7731f531..c683fb97 100644 --- a/adminer/include/auth.inc.php +++ b/adminer/include/auth.inc.php @@ -76,7 +76,7 @@ function auth_error($exception = null) { } } page_header(lang('Login'), $error, null); - echo "