Navigator for the table list in the content panel

This commit is contained in:
Marc Delisle
2007-06-25 14:00:35 +00:00
parent 93bbd8b148
commit 09b1ea0646
9 changed files with 61 additions and 16 deletions

View File

@@ -148,7 +148,7 @@ if ($databases_count > 0) {
'sort_order' => $sort_order,
);
PMA_dbPageSelector($databases_count, $pos, $_url_params, 'server_databases.php', 'frame_content');
PMA_listNavigator($databases_count, $pos, $_url_params, 'server_databases.php', 'frame_content', $GLOBALS['cfg']['MaxDbList']);
$_url_params['pos'] = $pos;