BrowsePointerEnable

This commit is contained in:
Marc Delisle
2004-06-24 13:52:06 +00:00
parent f5db2f7cfe
commit 3980cf4a27
2 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,12 @@ $Source$
* left.php, config.inc.php, Documentation.html, * left.php, config.inc.php, Documentation.html,
libraries/config_import.lib.php + common.lib.php, all colors.inc.php: libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
$cfg['LeftPointerEnable'] $cfg['LeftPointerEnable']
(I am still working for BrowsePointerEnable and BrowseMarkerEnable) * db_details_structure.php, server_variables.php,
tbl_properties_structure.php, config.inc.php, Documentation.html,
libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
all colors.inc.php:
$cfg['BrowsePointerEnable']
(I am still working for BrowseMarkerEnable)
2004-06-24 Alexander M. Turek <me@derrabus.de> 2004-06-24 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is

View File

@@ -1575,8 +1575,7 @@ Defaults to FALSE (drop-down). <br />
The former feature highlights the row over which your mouse is passing The former feature highlights the row over which your mouse is passing
and the latter lets you visually mark/unmark rows by clicking on and the latter lets you visually mark/unmark rows by clicking on
them.<br /> them.<br />
You can disable both of these features by emptying the respective See <tt>themes/themename/colors.inc.php</tt>.
directive. See <tt>themes/themename/colors.inc.php</tt>.
<br /><br /> <br /><br />
</dd> </dd>