display table list navigator also under the list

This commit is contained in:
Marc Delisle
2007-08-11 13:34:20 +00:00
parent 1775f67aa8
commit 0ce5b86923

View File

@@ -514,6 +514,8 @@ if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) {
echo '<sup>1</sup>' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCountViews'], 0), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]')) . "\n"; echo '<sup>1</sup>' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCountViews'], 0), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]')) . "\n";
echo '</div>' . "\n"; echo '</div>' . "\n";
} }
// display again the table list navigator
PMA_listNavigator($total_num_tables, $pos, $_url_params, 'db_structure.php', 'frame_content', $GLOBALS['cfg']['MaxTableList']);
?> ?>
<hr /> <hr />