missing "Page number" prompt when browsing

This commit is contained in:
Marc Delisle
2007-06-24 12:30:34 +00:00
parent 7762946d76
commit 53e65cdf89

View File

@@ -369,7 +369,13 @@ function PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query)
'&',
$_SESSION['userconf']['max_rows'],
$pageNow,
$nbTotalPage
$nbTotalPage,
200,
5,
5,
20,
10,
$GLOBALS['strPageNumber']
);
?>
</form>