diff --git a/public/site_assets/mmcFE/js/custom.js b/public/site_assets/mmcFE/js/custom.js
index 2070bd82..fcecd8e7 100644
--- a/public/site_assets/mmcFE/js/custom.js
+++ b/public/site_assets/mmcFE/js/custom.js
@@ -69,6 +69,12 @@ $(function () {
$("table.pagesort")
.tablesorter({ widgets: ['zebra'] })
.tablesorterPager({ positionFixed: false, container: $("#pager") });
+ $("table.pagesort2")
+ .tablesorter({ widgets: ['zebra'] })
+ .tablesorterPager({ positionFixed: false, container: $("#pager2") });
+ $("table.pagesort4")
+ .tablesorter({ widgets: ['zebra'] })
+ .tablesorterPager({ positionFixed: false, container: $("#pager3") });
$('.block table tr th.header').css('cursor', 'pointer');
diff --git a/public/templates/mmcFE/account/transactions/default.tpl b/public/templates/mmcFE/account/transactions/default.tpl
index 8f5282e1..88f749c1 100644
--- a/public/templates/mmcFE/account/transactions/default.tpl
+++ b/public/templates/mmcFE/account/transactions/default.tpl
@@ -1,7 +1,8 @@
{include file="global/block_header.tpl" BLOCK_HEADER="Transaction Log" BUTTONS=array(Confirmed,Unconfirmed,Orphan)}
-
+ {include file="global/pagination.tpl"}
+
@@ -42,7 +43,8 @@
-
+ {include file="global/pagination.tpl" ID=2}
+
@@ -86,7 +88,8 @@
-
+ {include file="global/pagination.tpl"}
+
diff --git a/public/templates/mmcFE/global/pagination.tpl b/public/templates/mmcFE/global/pagination.tpl
index 0bae6db5..22bdb0e3 100644
--- a/public/templates/mmcFE/global/pagination.tpl
+++ b/public/templates/mmcFE/global/pagination.tpl
@@ -1,4 +1,4 @@
-