mark row
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2002-01-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
|
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
|
||||||
cookies for the first time, thanks to dphanton at users.sf.net
|
cookies for the first time, thanks to dphanton at users.sf.net
|
||||||
|
@@ -823,6 +823,15 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</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>
|
<dt>
|
||||||
<b>$cfgTextareaCols </b>integer<br />
|
<b>$cfgTextareaCols </b>integer<br />
|
||||||
<b>$cfgTextareaRows </b>integer
|
<b>$cfgTextareaRows </b>integer
|
||||||
|
Reference in New Issue
Block a user