From 2f0674ebec93e11b771b2d06104428188a5e7892 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 11 Mar 2011 16:39:00 +0100 Subject: [PATCH] =?utf8?q?Next/Last=20Pfeile=20f=C3=BCr=20Paginating.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/common/paginate.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html index 1b54ce8d8..3f8dde5ab 100644 --- a/templates/webpages/common/paginate.html +++ b/templates/webpages/common/paginate.html @@ -1,8 +1,10 @@ [%- IF pages.max > 1 %] +[%- IF pages.cur > 1 %]<- [%- END %] [%- FOR p = pages.common %] [%- IF p.active %][% p.page %] [%- ELSE %][% p.page %] [%- END %] [%- ' ' UNLESS loop.last %] [%- END %] +[%- IF pages.cur < pages.max %] ->[%- END %] [%- END %] -- 2.20.1