bug 509318
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-01-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
|
||||||
|
cookies for the first time, thanks to dphanton at users.sf.net
|
||||||
|
|
||||||
2002-01-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-01-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
|
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
|
||||||
Siu Sun <siusun at users.sourceforge.net> and
|
Siu Sun <siusun at users.sourceforge.net> and
|
||||||
|
@@ -214,7 +214,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
|
|||||||
|
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
var uname = document.forms['login_form'].elements['pma_username'];
|
var uname = document.forms['login_form'].elements['pma_username'];
|
||||||
var uname = document.forms['login_form'].elements['pma_password'];
|
var pword = document.forms['login_form'].elements['pma_password'];
|
||||||
if (uname.value == '') {
|
if (uname.value == '') {
|
||||||
uname.focus();
|
uname.focus();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user