diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 4aa229ca..8798db31 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -287,19 +287,15 @@ class lamList { echo("\n"); echo("  "); if ($this->page != 1) { - echo("type . "&norefresh=true&page=" . ($this->page - 1) . "&sort=" . $this->sortColumn . $this->filterText . "\"><=\n"); + echo("type . "&norefresh=true&page=" . ($this->page - 1) . + "&sort=" . $this->sortColumn . $this->filterText . "\">\"back\"\n"); } - else { - echo("<="); - } - echo(" "); if ($this->page < ($count / $this->maxPageEntries)) { - echo("type . "&norefresh=true&page=" . ($this->page + 1) . "&sort=" . $this->sortColumn . $this->filterText . "\">=>\n"); - } - else { - echo("=>"); + echo("type . "&norefresh=true&page=" . ($this->page + 1) . + "&sort=" . $this->sortColumn . $this->filterText . "\">\"forward\"\n"); } + echo(""); echo("type . "nav-text\">"); echo" ";