fixed navigation bar

This commit is contained in:
Roland Gruber 2003-05-13 18:01:06 +00:00
parent 5c7c694ad2
commit 7d77732f37
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ function draw_navigation_bar ($count) {
echo (" ");
if ($page < ($count / $max_pageentrys))
echo ("<a align=\"right\" class=\"userlist\" href=\"listgrous.php?page=" . ($page + 1) . "&list=" . $list . "\">=></a>\n");
echo ("<a align=\"right\" class=\"userlist\" href=\"listgroups.php?page=" . ($page + 1) . "&list=" . $list . "\">=></a>\n");
else
echo ("=></td>");

View File

@ -204,7 +204,7 @@ function draw_navigation_bar ($count) {
echo ("&nbsp;");
if ($page < ($count / $max_pageentrys))
echo ("<a align=\"right\" class=\"userlist\" href=\"listgrous.php?page=" . ($page + 1) . "&list=" . $list . "\">=></a>\n");
echo ("<a align=\"right\" class=\"userlist\" href=\"listhosts.php?page=" . ($page + 1) . "&list=" . $list . "\">=></a>\n");
else
echo ("=></td>");