This commit is contained in:
Marc Delisle
2002-01-30 01:57:00 +00:00
parent 017d8dbf8f
commit e5b56799d7
2 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-01-29 Marc Delisle <lem9@users.sourceforge.net>
* libraries/functions.js, libraries/display_tbl.lib.php3,
config.inc.php3: new $cfgBrowseMarkRow support, thanks
to Wolfram Schlich
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

View File

@@ -823,6 +823,15 @@
<br /><br />
</dd>
<dt>
<dt><b>$cfgBrowseMarkRow </b>boolean</dt>
<dd>
If the value is 1, you can visually mark rows with the color in
$cfgBrowsePointerColor, by clicking on them. Works on browsers that
support 'onmousedown'.
<br /><br />
</dd>
<dt>
<b>$cfgTextareaCols </b>integer<br />
<b>$cfgTextareaRows </b>integer