Do not double frames on login (bug #944870).

This commit is contained in:
Michal Čihař
2004-04-30 09:53:58 +00:00
parent 4d197aa5dc
commit 98d5498fe5
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-04-30 Michal Cihar <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
#944870).
2004-04-29 Garvin Hicking <pma@supergarv.de>
* db_details_structure.php: Bug #942362 - Colspan off by one
* left.php: Modified js function to fit typecasting of Safari

View File

@@ -218,7 +218,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
echo "\n";
?>
<!-- Language selection -->
<form method="post" action="index.php">
<form method="post" action="index.php" target="_top">
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<b>Language:&nbsp;</b>
<select name="lang" dir="ltr" onchange="this.form.submit();">
@@ -264,7 +264,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
<!-- Login form -->
<form method="post" action="index.php" name="login_form"<?php echo $autocomplete; ?>>
<form method="post" action="index.php" name="login_form"<?php echo $autocomplete; ?> target="_top">
<table cellpadding="5">
<?php if ($GLOBALS['cfg']['AllowArbitraryServer']) { ?>
<tr>