Prev | Current Page 64 | Next

Marc Delisle

"Mastering phpMyAdmin 2.11 for Effective MySQL Management"

To make phpMyAdmin remember one
theme per MySQL server, we set $cfg[ThemePerServer] to TRUE.
Left Panel
The left panel contains the following elements:
The logo (see Logo Configuration over the page)
The server list ( if $cfg['LeftDisplayServers'] is set to TRUE)
The Home link or icon (takes you back to the phpMyAdmin home page)
A Log out link or icon
A link or icon leading to the Query window
Icons to display phpMyAdmin and MySQL documentation
The databases and tables choices with statistics about the number of tables
per database
If $cfg['MainPageIconic'] is set to TRUE (the default), we see the icons. If it is set to
FALSE, we see the Home, Log out, and Query window links.
The left panel can be resized by clicking and moving the vertical separation line in
the preferred direction to reveal more data, in case the database or table names are
too long for the default left panel size.
??? ??? ??? ??? ??? ??? ???
Interface Overview
[ 50 ]
We can customize the appearance of this panel??”all parameters are located
in themes/themename/layout.inc.php except where noted otherwise.
$cfg['LeftWidth'] contains the default width of the left frame, in pixels. The
background color is defined in $cfg['LeftBgColor'] with a default value of
'#D0DCE0'. The $cfg['LeftPointerColor'] parameter, with a default value of
'#CCFFCC', defines the pointer color.


Pages:
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76