From 2ee3300bca9cd8900047545bffa53c2d5d856336 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 19 Jul 2011 17:13:40 +0200 Subject: [PATCH] =?utf8?q?Franz=C3=B6sische=20Quotations=20als=20Pfeile=20?= =?utf8?q?benutzen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/common/paginate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html index 3f8dde5ab..6611f774c 100644 --- a/templates/webpages/common/paginate.html +++ b/templates/webpages/common/paginate.html @@ -1,10 +1,10 @@ [%- IF pages.max > 1 %] -[%- IF pages.cur > 1 %]<- [%- END %] +[%- 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 %] +[%- IF pages.cur < pages.max %] »[%- END %] [%- END %] -- 2.20.1