fixed navigation bar

This commit is contained in:
Roland Gruber 2012-07-22 17:32:23 +00:00
parent 3067e4be62
commit e0259fc24d
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class lamList {
"&sort=" . $this->sortColumn . "&sortdirection=" . $this->sortDirection . $this->filterText . "\">" .
"<img height=16 width=16 class=\"align-middle\" alt=\"\" src=\"../../graphics/go-previous.png\"></a>\n");
}
for ($i = $this->page - 5; $i < ($this->page + 4); $i++) {
for ($i = $this->page - 6; $i < ($this->page + 5); $i++) {
if ($i >= ($count / $this->maxPageEntries)) {
break;
}