document FontFamily, FontFamilyFixed
This commit is contained in:
parent
18d45d8a28
commit
350b9b842c
@ -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,
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user