Skip to content

Commit

Permalink
display table list navigator also under the list
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Aug 11, 2007
1 parent 5f58eac commit d2e2544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db_structure.php
Expand Up @@ -514,6 +514,8 @@ function PMA_TableHeader($db_is_information_schema = false)
echo '<sup>1</sup>' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCountViews'], 0), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]')) . "\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 />

Expand Down

0 comments on commit d2e2544

Please sign in to comment.