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

@@ -7,6 +7,7 @@ $Source$
2006-10-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/sql.php: bug #1562533, problems with unbuffered queries
* Documentation.html: FontFamily, FontFamilyFixed
2006-10-07 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: use lang-cleanup.sh from the kit,

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>