remove old hint for number of tables
This commit is contained in:
@@ -319,6 +319,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
||||
*/
|
||||
$table_list = array_slice($table_list, $tpos, $cfg['MaxTableList']);
|
||||
if (! empty($table_list)) {
|
||||
// upper table list paginator
|
||||
if (count($table_list) <= $GLOBALS['cfg']['MaxTableList'] && $table_count > $GLOBALS['cfg']['MaxTableList']) {
|
||||
$_url_params = array(
|
||||
'tpos' => 'true',
|
||||
@@ -328,9 +329,8 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
||||
PMA_listNavigator($table_count, $tpos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxTableList']);
|
||||
}
|
||||
PMA_displayTableList($table_list, true, '', $GLOBALS['db']);
|
||||
// hint user that the table list is larger
|
||||
// lower table list paginator
|
||||
if (count($table_list) <= $GLOBALS['cfg']['MaxTableList'] && $table_count > $GLOBALS['cfg']['MaxTableList']) {
|
||||
echo ' ( 1 .. ', $GLOBALS['cfg']['MaxTableList'], ' / ', $table_count, ' )';
|
||||
PMA_listNavigator($table_count, $tpos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxTableList']);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user