Update default value.
Fix style. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
61618c4948
commit
bc634d8fc0
@ -950,10 +950,11 @@ $cfg['NavigationTreeDefaultTabTable'] = 'tbl_structure.php';
|
||||
* 'tbl_select.php' = search page
|
||||
* 'tbl_change.php' = insert row page
|
||||
* 'sql.php' = browse page
|
||||
* null = no link
|
||||
*
|
||||
* @global string $cfg['NavigationTreeDefaultTabTable']
|
||||
*/
|
||||
$cfg['NavigationTreeDefaultTabTable2'] = 'tbl_select.php';
|
||||
$cfg['NavigationTreeDefaultTabTable2'] = null;
|
||||
|
||||
/**
|
||||
* Disables the possibility of database expansion
|
||||
|
||||
@ -221,10 +221,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
|
||||
}
|
||||
#pma_navigation_tree div.block.double a,
|
||||
#pma_navigation_tree div.block.double u {
|
||||
<?php echo $left; ?>: 25%;
|
||||
<?php echo $left; ?>: 33%;
|
||||
}
|
||||
#pma_navigation_tree div.block.double a + a {
|
||||
<?php echo $left; ?>: 75%;
|
||||
<?php echo $left; ?>: 85%;
|
||||
}
|
||||
#pma_navigation_tree div.block img {
|
||||
position: relative;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user