From: Michael Rasmussen Date: Wed, 3 Jun 2015 21:27:21 +0000 (+0200) Subject: Navigate using icons X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/44aa932e007e6e0500eb426d5c691e139e449f24 Navigate using icons --- diff --git a/index.php b/index.php index 42e4130..bbfcc6c 100644 --- a/index.php +++ b/index.php @@ -72,7 +72,7 @@ if ($pageNum > 1) { $page = $pageNum - 1; $prev = " [\"Previous\" | "; + class='whitefooter'>\"Previous\" "; $first = " \"First\" "; } else { @@ -83,7 +83,7 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " \"Next\" | "; + class='whitefooter'>\"Next\" "; $last = " \"Last\" "; } else {