From 61cea524d139f6db9d643db401c657090c6209d2 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 23 Jul 2013 09:18:50 +0200 Subject: [PATCH] properly use limit for pagination --- public/templates/mmcFE/admin/transactions/default.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/mmcFE/admin/transactions/default.tpl b/public/templates/mmcFE/admin/transactions/default.tpl index fff98814..ee0b2aac 100644 --- a/public/templates/mmcFE/admin/transactions/default.tpl +++ b/public/templates/mmcFE/admin/transactions/default.tpl @@ -5,7 +5,7 @@ {if $COUNTTRANSACTIONS / $LIMIT > 1} {if $smarty.request.start > 0} - + {else} {/if} @@ -14,7 +14,7 @@ {if $COUNTTRANSACTIONS / $LIMIT > 1} {if $COUNTTRANSACTIONS - $smarty.request.start - $LIMIT > 0} - + {else} {/if}