X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c0aa04610dde7e6bdc69394da0f0c8133b10280..87eebe6:/templates/webpages/common/paginate.html diff --git a/templates/webpages/common/paginate.html b/templates/webpages/common/paginate.html index 3724f8e8b..c833904b8 100644 --- a/templates/webpages/common/paginate.html +++ b/templates/webpages/common/paginate.html @@ -1,8 +1,18 @@ +[%- USE T8 %] +[%- MACRO build_url BLOCK %] + [%- IF base_url %] + [%- base_url %]&page=[% page %] + [%- ELSE %] + [% url_maker('page' => page) %] + [%- END %] +[%- END %] [%- IF pages.max > 1 %] -[%- IF pages.cur > 1 %]« [% ELSE %]« [% END %] +