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/git?a=commitdiff_plain;h=011c1238caebbc0af6ffd988fc7a5c917bd4a486;p=kivitendo-erp.git Paginate-Controls in
anstelle von packen --- 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 %]