From: Sven Schöling Date: Fri, 11 Mar 2011 15:39:00 +0000 (+0100) Subject: Next/Last Pfeile für Paginating. X-Git-Tag: release-2.7.0beta1~137 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2f0674ebec93e11b771b2d06104428188a5e7892;p=kivitendo-erp.git Next/Last Pfeile für Paginating. --- 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 %]