diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index ac250194..f9f38e50 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -314,7 +314,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5 echo "
" . script("qsl('p').onkeydown = partialArg(bodyKeydown, 'email_append');", "") . html_select("email_addition", $columns, $_POST["email_addition"]) . "\n"; //! JavaScript echo "
" . lang('Attachments') . ": " . script("qsl('input').onchange = emailFileChange;"); echo "
" . (count($emailFields) == 1 ? '' : html_select("email_field", $emailFields)); - echo "\n"; + echo "" . confirm(); echo "\n"; echo "\n"; } @@ -567,7 +567,8 @@ qsl('div').onclick = whisperClick;", "") foreach ($servers[""] as $username => $password) { if ($password !== null) { if ($first) { - echo "
\n"; + echo "
";
+ echo script("mixin(qs('#logins'), {onmouseover: menuOver, onmouseout: menuOut});");
$first = false;
}
echo "" . ($username != "" ? h($username) : "" . lang('empty') . "") . "
\n";
@@ -591,7 +592,8 @@ qsl('div').onclick = whisperClick;", "")
}
function tablesPrint($tables) {
- echo "
\n"; + echo "
"; + echo script("mixin(qs('#tables'), {onmouseover: menuOver, onmouseout: menuOut});"); foreach ($tables as $row) { $name = $this->tableName($row); if (isset($row["Engine"]) && $name != "") { // ignore views and tables without name