bug #1050666 - Query window too small darkblue/orange theme

This commit is contained in:
Michael Keck
2004-10-24 09:53:39 +00:00
parent df57ad178d
commit bd5b4bfab9
4 changed files with 19 additions and 3 deletions

View File

@@ -1,10 +1,14 @@
---------------------- ----------------------
phpMyAdmin - Changelog phpMyAdmin - Changelog
---------------------- ----------------------
$Id$ $Id$
$Source$ $Source$
2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
* config.inc.php, themes/*/layout.inc.php:
bug #1050666 - Query window too small darkblue/orange theme
2004-10-23 Marc Delisle <lem9@users.sourceforge.net> 2004-10-23 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: top index for user initials * server_privileges.php: top index for user initials

View File

@@ -507,8 +507,12 @@ $cfg['RepeatCells'] = 100; // repeat header names every X cells
$cfg['QueryFrame'] = TRUE; // displays a link or icon in the left frame to open the querybox, and activates the querybox when clicking on [Edit] on the results page. $cfg['QueryFrame'] = TRUE; // displays a link or icon in the left frame to open the querybox, and activates the querybox when clicking on [Edit] on the results page.
$cfg['QueryFrameJS'] = TRUE; // whether to use JavaScript functions for opening a new window for SQL commands. $cfg['QueryFrameJS'] = TRUE; // whether to use JavaScript functions for opening a new window for SQL commands.
// if set to 'false', the target of the querybox is always the right frame. // if set to 'false', the target of the querybox is always the right frame.
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window /* is moved to ./themes/.../layout.inc.php
* bug #1050666: Query window too small darkblue/orange theme
* $cfg['QueryWindowWidth'] = 550; // Width of Query window
* $cfg['QueryWindowHeight'] = 310; // Height of Query window
*/
$cfg['QueryHistoryDB'] = FALSE; // Set to TRUE if you want DB-based query history. $cfg['QueryHistoryDB'] = FALSE; // Set to TRUE if you want DB-based query history.
// If FALSE, this utilizes JS-routines to display // If FALSE, this utilizes JS-routines to display
// query history (lost by window close) // query history (lost by window close)

View File

@@ -14,6 +14,10 @@ $cfg['BgcolorTwo'] = '#E5E5E5'; // table data row colour, alternate
$cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mode $cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mode
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row $cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode // by clicking on it) in browse mode
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window
/** /**
* SQL Parser Settings * SQL Parser Settings
*/ */

View File

@@ -14,6 +14,10 @@ $cfg['BgcolorTwo'] = '#D5D5D5'; // table data row colour, alternate
$cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mode $cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mode
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row $cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode // by clicking on it) in browse mode
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window
/** /**
* SQL Parser Settings * SQL Parser Settings
*/ */