From: Moritz Bunkus Date: Mon, 3 Sep 2012 15:31:42 +0000 (+0200) Subject: Paginate-Controls in
anstelle von packen X-Git-Tag: release-3.0.0beta1~249^2~17 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/011c1238caebbc0af6ffd988fc7a5c917bd4a486?ds=inline;hp=--cc Paginate-Controls in
anstelle von packen --- 011c1238caebbc0af6ffd988fc7a5c917bd4a486 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 %]