document FontFamily, FontFamilyFixed

This commit is contained in:
Marc Delisle
2006-10-09 12:58:58 +00:00
parent 6de7cbca22
commit 9ea955a91d
2 changed files with 12 additions and 0 deletions

View File

@@ -1476,6 +1476,17 @@ ALTER TABLE `pma_column_comments`
them.<br />
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_FontFamily">$cfg['FontFamily'] string</dt>
<dd>You put here a valid CSS font family value, for example
<tt>arial, sans-serif</tt>.<br />
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_FontFamilyFixed">$cfg['FontFamilyFixed'] string</dt>
<dd>You put here a valid CSS font family value, for example
<tt>monospace</tt>. This one is used in textarea.<br />
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_BrowsePointerEnable">$cfg['BrowsePointerEnable'] boolean</dt>
<dd>Whether to activate the browse pointer or not.</dd>