This commit is contained in:
Marc Delisle
2002-04-15 18:33:13 +00:00
parent 3ad0eac00f
commit 83d966d488

View File

@@ -876,12 +876,12 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<b>$cfgBrowseMarkerColor </b>string [HTML color] <b>$cfgBrowseMarkerColor </b>string [HTML color]
</dt> </dt>
<dd> <dd>
The colors (HTML) used for the pointer and the marker in browse mode The colors (HTML) uses for the pointer and the marker in browse mode
(does not work with NS4).<br /> (does not work with NS4).<br />
The former feature enlights the row you're mouse is passing over and The former feature highlights the row over which your mouse is passing
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 convenient You can disable both of these features by emptying the respective
directive. directive.
<br /><br /> <br /><br />
</dd> </dd>