diff --git a/db_structure.php b/db_structure.php index adef17fe0c..6db1506796 100644 --- a/db_structure.php +++ b/db_structure.php @@ -612,14 +612,6 @@ if (!$db_is_information_schema && !$cfg['DisableMultiTableMaintenance']) { } ?> - - diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 266e0426e8..7a4379f0e7 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -1322,9 +1322,6 @@ class PMA_Config . ' method="post" action="index.php" target="_parent">' . "\n" . PMA_generate_common_hidden_inputs() . "\n" . PMA_Config::_getFontsizeSelection() . "\n" - . '' . "\n" . ''; } diff --git a/libraries/Theme_Manager.class.php b/libraries/Theme_Manager.class.php index df891b7cfe..8e7f89dc3c 100644 --- a/libraries/Theme_Manager.class.php +++ b/libraries/Theme_Manager.class.php @@ -306,7 +306,6 @@ class PMA_Theme_Manager $select_box .= ''; if ($form) { - $select_box .= ''; $select_box .= ''; } diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 87b7548a14..aa971e1dd1 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -154,6 +154,11 @@ function PMA_auth() if (top != self) { window.top.location.href=location; } +// reveal the login form to users with JS enabled +$(document).ready(function () { + $('form.login').show(); + $('div.language').show(); +}); //]]> @@ -191,17 +196,23 @@ if (top != self) { PMA_Message::rawError($conn_error)->display(); } + echo "\n"; + + echo "
"; ?>