From: Michael Rasmussen Date: Wed, 3 Jun 2015 21:12:26 +0000 (+0200) Subject: Navigate using icons X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/b7bec31d1f01101c30ff13eea34e92482bf69a28 Navigate using icons --- diff --git a/index.php b/index.php index 6e1db88..f5b3e65 100644 --- a/index.php +++ b/index.php @@ -72,9 +72,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; $prev = " [Prev]"; + class='whitefooter'>\"Previous\""; $first = " [First Page] "; + class='whitefooter'>\"First\" "; } else { $prev = ' '; // we're on page one, don't print previous link $first = ' '; // nor the first page link @@ -83,9 +83,9 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " [Next]"; + class='whitefooter'>\"Next\""; $last = "[Last Page] "; + class='whitefooter'>\"Last\" "; } else { $next = ' '; // we're on the last page, don't print next link $last = ' '; // nor the last page link diff --git a/pics/go-first.png b/pics/go-first.png new file mode 100644 index 0000000..b43e4b3 Binary files /dev/null and b/pics/go-first.png differ diff --git a/pics/go-last.png b/pics/go-last.png new file mode 100644 index 0000000..2d603cd Binary files /dev/null and b/pics/go-last.png differ diff --git a/pics/go-next.png b/pics/go-next.png new file mode 100644 index 0000000..af1b730 Binary files /dev/null and b/pics/go-next.png differ diff --git a/pics/go-previous.png b/pics/go-previous.png new file mode 100644 index 0000000..01b7cf4 Binary files /dev/null and b/pics/go-previous.png differ