From: Michael Rasmussen Date: Wed, 3 Jun 2015 21:23:17 +0000 (+0200) Subject: Navigate using icons X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/8cb297807fcb68e452b4746553f99aa2be3241c4 Navigate using icons --- diff --git a/index.php b/index.php index 4d24a35..1482893 100644 --- a/index.php +++ b/index.php @@ -72,9 +72,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; $prev = "[[\"Previous\"]"; + class='whitefooter'>[\"Previous\"]"; $first = "[\"First\"]"; + 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\"]"; + 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-symbolic.svg b/pics/go-first-symbolic.svg new file mode 100644 index 0000000..a334a44 --- /dev/null +++ b/pics/go-first-symbolic.svg @@ -0,0 +1,35 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + diff --git a/pics/go-first.png b/pics/go-first.png deleted file mode 100644 index 718cd36..0000000 Binary files a/pics/go-first.png and /dev/null differ diff --git a/pics/go-last-symbolic.svg b/pics/go-last-symbolic.svg new file mode 100644 index 0000000..0617790 --- /dev/null +++ b/pics/go-last-symbolic.svg @@ -0,0 +1,35 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + diff --git a/pics/go-last.png b/pics/go-last.png deleted file mode 100644 index 578e66f..0000000 Binary files a/pics/go-last.png and /dev/null differ diff --git a/pics/go-next-symbolic.svg b/pics/go-next-symbolic.svg new file mode 100644 index 0000000..d6404df --- /dev/null +++ b/pics/go-next-symbolic.svg @@ -0,0 +1,34 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + diff --git a/pics/go-next.png b/pics/go-next.png deleted file mode 100644 index 1ae0411..0000000 Binary files a/pics/go-next.png and /dev/null differ diff --git a/pics/go-previous-symbolic.svg b/pics/go-previous-symbolic.svg new file mode 100644 index 0000000..2cbfcac --- /dev/null +++ b/pics/go-previous-symbolic.svg @@ -0,0 +1,34 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + diff --git a/pics/go-previous.png b/pics/go-previous.png deleted file mode 100644 index 12fed7f..0000000 Binary files a/pics/go-previous.png and /dev/null differ