diff --git a/ChangeLog b/ChangeLog index cac366bc8..5f60d72fd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ $Source$ * main.php3, line 191: a valid MySQL administration system may lead to have the db creation form displayed with an existing table. Bug fixed thanks to Rob Mangiafico . + * left.php; libraries/left.js: improved the pointer feature for the left + frame. 2001-12-06 Loïc Chapeaux * db_details.php3, mult_submits.inc.php3, tbl_printview.php3: beautify diff --git a/left.php3 b/left.php3 index 9276862c4..0d7b0369f 100755 --- a/left.php3 +++ b/left.php3 @@ -211,7 +211,7 @@ if ($num_dbs > 1) { } // end if // Displays the database name - $on_mouse = (($cfgLeftPointerColor == '') ? '' : 'onmouseover="if (typeof(this.style) != \'undefined\') {this.style.backgroundColor=\'' . $cfgLeftPointerColor . '\'}" onmouseout="if (typeof(this.style) != \'undefined\') {this.style.backgroundColor=\'' . $cfgLeftBgColor . '\'}"'); + $on_mouse = (($cfgLeftPointerColor == '') ? '' : ' onmouseover="if (capable) {hilightBase(\'el' . $j . '\', \'' . $cfgLeftPointerColor . '\')}" onmouseout="if (capable) {hilightBase(\'el' . $j . '\', \'' . $cfgLeftBgColor . '\')}"'); echo "\n"; echo '
'; @@ -233,7 +233,7 @@ if ($num_dbs > 1) {   ()
-
+
>