From a6ea8d33214da158137754275cf691eb25d50df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 7 Dec 2001 21:02:43 +0000 Subject: [PATCH] improved the pointer feature for the left frame --- ChangeLog | 2 ++ left.php3 | 4 ++-- libraries/left.js | 37 ++++++++++++++++++++++++++++++++++++- 3 files changed, 40 insertions(+), 3 deletions(-) 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) {   ()
-
+
>