document FontFamily, FontFamilyFixed

This commit is contained in:
Marc Delisle
2006-10-09 12:53:47 +00:00
parent 18d45d8a28
commit 350b9b842c
2 changed files with 11 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

@@ -1457,6 +1457,16 @@ 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>