From a2a9392ecfcbabb524e72687802de1d64eefa39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 7 Dec 2001 16:03:24 +0000 Subject: [PATCH] better pointer coding --- libraries/display_tbl.lib.php3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index a3e92b3e2..e92beee71 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -626,9 +626,13 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ while ($row = mysql_fetch_array($dt_result)) { $bgcolor = ($foo % 2) ? $GLOBALS['cfgBgcolorOne'] : $GLOBALS['cfgBgcolorTwo']; + // loic1: pointer code part + $on_mouse = ($GLOBALS['cfgBrowsePointerColor'] == '') + ? '' + : ' onmouseover="setPointer(this, \'' . $GLOBALS['cfgBrowsePointerColor'] . '\')" onmouseout="setPointer(this, \'' . $bgcolor . '\')"'; ?> - +>