X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ef32afedff7750a5ef937bad68d7fde5672d5d8a..3ab26ffc:/templates/webpages/common/paginate.html diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html index 750561efb..089972947 100644 --- a/templates/webpages/common/paginate.html +++ b/templates/webpages/common/paginate.html @@ -7,12 +7,12 @@ [%- END %] [%- END %] [%- IF pages.max > 1 %] - +
[%- IF pages.cur > 1 %]« [% 'prev' | $T8 %] [% ELSE %]« [% END %] [%- FOR p = pages.common %] [%- NEXT UNLESS p.visible %] [%- IF p.active %][% p.page %] [% ELSE %][% p.page %] [%- END %] [%- END %] [%- IF pages.cur < pages.max %][% 'next' | $T8 %] »[% ELSE %]»[%- END %] - +
[%- END %]