X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/1a254be1009a000fbe872878088da9c8b69208f8..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/templates/webpages/common/paginate.html
diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html
index 3292e13eb..1b54ce8d8 100644
--- a/templates/webpages/common/paginate.html
+++ b/templates/webpages/common/paginate.html
@@ -1,6 +1,8 @@
+[%- IF pages.max > 1 %]
[%- FOR p = pages.common %]
[%- IF p.active %][% p.page %]
[%- ELSE %][% p.page %]
[%- END %]
[%- ' ' UNLESS loop.last %]
[%- END %]
+[%- END %]