Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
8510ac3a83
@ -805,9 +805,12 @@ function PMA_tableHeader($db_is_system_schema = false, $replication = false)
|
||||
$cnt = 0; // Let's count the columns...
|
||||
|
||||
if ($db_is_system_schema) {
|
||||
$action_colspan = 4;
|
||||
$action_colspan = 3;
|
||||
} else {
|
||||
$action_colspan = 7;
|
||||
$action_colspan = 6;
|
||||
}
|
||||
if ($GLOBALS['cfg']['NumFavoriteTables'] > 0) {
|
||||
$action_colspan++;
|
||||
}
|
||||
|
||||
$html_output = '<table class="data">' . "\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user