grid 2.11c
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
* @subpackage Grid
|
* @subpackage Grid
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('_NaviGridVersion', 'navi Grid-2.11 2007-12');
|
define('_NaviGridVersion', 'navi Grid-2.11 2007-11-22');
|
||||||
// css for navigation.php (former left.php)
|
// css for navigation.php (former left.php)
|
||||||
|
|
||||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||||
@@ -247,7 +247,7 @@ _M, 'padding-bottom:', _T, '.1em'; //for "__" spacing
|
|||||||
if ('IE' == PMA_USR_BROWSER_AGENT) {
|
if ('IE' == PMA_USR_BROWSER_AGENT) {
|
||||||
echo
|
echo
|
||||||
_M, 'margin:', _T, 0, //'1px 0 0 0',
|
_M, 'margin:', _T, 0, //'1px 0 0 0',
|
||||||
_M, 'border:', _T, '1px solid ', $GLOBALS['cfg']['Navi2ndBGC'], //test
|
// _M, 'border:', _T, '1px solid ', $GLOBALS['cfg']['Navi2ndBGC'], //test
|
||||||
_M, 'padding:', _T, 0;
|
_M, 'padding:', _T, 0;
|
||||||
} else {
|
} else {
|
||||||
echo
|
echo
|
||||||
@@ -260,7 +260,7 @@ if ($GLOBALS['cfg']['LeftMarkerEnable']) { // orig:NaviMarkedColor???
|
|||||||
// marked items
|
// marked items
|
||||||
if (!$GLOBALS['cfg']['LeftFrameLight']) {
|
if (!$GLOBALS['cfg']['LeftFrameLight']) {
|
||||||
echo
|
echo
|
||||||
'#left_tableList > ul li.marked > a,', _K; //4 overiding Link(Color)
|
'#left_tableList > ul li.marked > a', _K; //4 overiding Link(Color)
|
||||||
}
|
}
|
||||||
echo
|
echo
|
||||||
'#left_tableList > ul li.marked',
|
'#left_tableList > ul li.marked',
|
||||||
|
@@ -9,14 +9,14 @@
|
|||||||
* @subpackage Grid
|
* @subpackage Grid
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('_MainGridVersion', 'main Grid-3 2007-10');
|
define('_MainGridVersion', 'main Grid-3 2007-11-22');
|
||||||
|
|
||||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||||
die('/* ' . _MainGridVersion . ' unplanned execution path */');
|
die('/* ' . _MainGridVersion . ' unplanned execution path */');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('IE' == PMA_USR_BROWSER_AGENT && !empty($GLOBALS['cfg']['NiceCss'])) {
|
if ('IE' == PMA_USR_BROWSER_AGENT && !empty($GLOBALS['cfg']['NiceCss'])) {
|
||||||
define('_NL', chr(13) . chr(10));
|
define('_NL', chr(13) . chr(10)); //win clients
|
||||||
} else {
|
} else {
|
||||||
define('_NL', chr(10));
|
define('_NL', chr(10));
|
||||||
}
|
}
|
||||||
@@ -386,7 +386,8 @@ _E,
|
|||||||
|
|
||||||
// MySQL Parser:
|
// MySQL Parser:
|
||||||
'.syntax',
|
'.syntax',
|
||||||
_S, 'font-size:', _T, '90%',
|
_S, 'font-size:', _T, '80%',
|
||||||
|
_M, 'line-height:', _T, 1.3, // "line-spacing"
|
||||||
_E,
|
_E,
|
||||||
|
|
||||||
'.syntax_comment',
|
'.syntax_comment',
|
||||||
@@ -1260,10 +1261,10 @@ _M, 'background:', _T, $GLOBALS['cfg']['FieldsetFooterBGC'],
|
|||||||
_M, 'text-align:', _T, $right,
|
_M, 'text-align:', _T, $right,
|
||||||
_E,
|
_E,
|
||||||
|
|
||||||
'#div_table_options',
|
|
||||||
_S, 'clear:', _T, 'both',
|
|
||||||
_E,
|
|
||||||
|
|
||||||
|
'#div_referential_integrity', _K,
|
||||||
|
'#div_table_maintenance', _K,
|
||||||
|
'#div_partition_maintenance', _K,
|
||||||
'#div_table_options', _K,
|
'#div_table_options', _K,
|
||||||
'#div_table_order', _K,
|
'#div_table_order', _K,
|
||||||
'#div_table_rename', _K,
|
'#div_table_rename', _K,
|
||||||
@@ -1271,6 +1272,9 @@ _E,
|
|||||||
_S, 'min-width:', _T, '48%',
|
_S, 'min-width:', _T, '48%',
|
||||||
_E,
|
_E,
|
||||||
|
|
||||||
|
'#div_referential_integrity', _K,
|
||||||
|
'#div_table_maintenance', _K,
|
||||||
|
'#div_partition_maintenance', _K,
|
||||||
'#div_table_options', _K,
|
'#div_table_options', _K,
|
||||||
'#div_table_order', _K,
|
'#div_table_order', _K,
|
||||||
'#div_table_rename', _K,
|
'#div_table_rename', _K,
|
||||||
@@ -1291,7 +1295,7 @@ _E,
|
|||||||
'#pmamaininformation', _K,
|
'#pmamaininformation', _K,
|
||||||
'#fieldset_select_fields', _K,
|
'#fieldset_select_fields', _K,
|
||||||
'#div_table_options', _K,
|
'#div_table_options', _K,
|
||||||
'#table_innodb_bufferpool_usage', _K, //table_innodb_bufferpool_activity', _K,
|
'#table_innodb_bufferpool_usage', _K,
|
||||||
'#div_mysql_charset_collations table', _K,
|
'#div_mysql_charset_collations table', _K,
|
||||||
'#qbe_div_table_list', _K,
|
'#qbe_div_table_list', _K,
|
||||||
'#qbe_div_sql_query', _K,
|
'#qbe_div_sql_query', _K,
|
||||||
@@ -1299,6 +1303,10 @@ _E,
|
|||||||
_S, 'float:', _D, $left,
|
_S, 'float:', _D, $left,
|
||||||
_E,
|
_E,
|
||||||
|
|
||||||
|
'#div_table_options',
|
||||||
|
_S, 'clear:', _T, 'both',
|
||||||
|
_E,
|
||||||
|
|
||||||
'label.desc',
|
'label.desc',
|
||||||
_S, 'width:', _D, '30em',
|
_S, 'width:', _D, '30em',
|
||||||
_E;
|
_E;
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* info.inc.php 2007-10-09 windkiel */
|
/* info.inc.php 2007-11-22 windkiel */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 2007-11-22: #div_referential_integrity new in pma 3.0
|
||||||
* 2007-10-12: minor changes th{}, a:hover{'underline'}, 'none' else
|
* 2007-10-12: minor changes th{}, a:hover{'underline'}, 'none' else
|
||||||
* 2007-10-10: pma 3.0 main frame: new success.png
|
* 2007-10-10: pma 3.0 main frame: new success.png
|
||||||
* bugfixes, non Gecko tab appearance, mult_submit hover=pointer and BGC=white
|
* bugfixes, non Gecko tab appearance, mult_submit hover=pointer and BGC=white
|
||||||
|
@@ -85,8 +85,7 @@ $GLOBALS['cfg']['NaviTblBGC'] = '#eee'; //#dfdfdc'; // '#9df';
|
|||||||
$GLOBALS['cfg']['NaviDbNameBGC'] = $GLOBALS['cfg']['NaviLightMarkedBGC'];
|
$GLOBALS['cfg']['NaviDbNameBGC'] = $GLOBALS['cfg']['NaviLightMarkedBGC'];
|
||||||
|
|
||||||
//$GLOBALS['cfg']['NaviFocusBGC'] = '#fd9';
|
//$GLOBALS['cfg']['NaviFocusBGC'] = '#fd9';
|
||||||
|
//$GLOBALS['cfg']['NaviDatabaseNameColor'] = '' ; // not used
|
||||||
|
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~ MAIN frame ~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~ MAIN frame ~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
// foreground (text) color for the main frame
|
// foreground (text) color for the main frame
|
||||||
@@ -339,7 +338,7 @@ if (!empty($GLOBALS['cfg']['customGrid']))
|
|||||||
$GLOBALS['cfg']['NaviPointerColor'] = '#000';
|
$GLOBALS['cfg']['NaviPointerColor'] = '#000';
|
||||||
$GLOBALS['cfg']['NaviPointerBGC'] = '#fff';
|
$GLOBALS['cfg']['NaviPointerBGC'] = '#fff';
|
||||||
$GLOBALS['cfg']['NaviDbLinkBGC'] = '#77a';
|
$GLOBALS['cfg']['NaviDbLinkBGC'] = '#77a';
|
||||||
$GLOBALS['cfg']['NaviActiveBGC'] = '#00f'; // 0
|
$GLOBALS['cfg']['NaviActiveBGC'] = '#ff5'; // 0
|
||||||
$GLOBALS['cfg']['NaviTblBGC'] = '#77a';
|
$GLOBALS['cfg']['NaviTblBGC'] = '#77a';
|
||||||
$GLOBALS['cfg']['NaviDbNameColor'] = '#000'; #66f';
|
$GLOBALS['cfg']['NaviDbNameColor'] = '#000'; #66f';
|
||||||
$GLOBALS['cfg']['NaviDbNameBGC'] = 0 ; // '#fff'; // effect?
|
$GLOBALS['cfg']['NaviDbNameBGC'] = 0 ; // '#fff'; // effect?
|
||||||
|
Reference in New Issue
Block a user