From 9e59f99230aa3c8706ccf93c3d705b3cf42f6f11 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 28 Jun 2013 20:32:18 +0200 Subject: [PATCH] remove block confirm notice for pps --- public/templates/mmcFE/statistics/blocks/default.tpl | 2 ++ public/templates/mmcFE/statistics/blocks/small_table.tpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/templates/mmcFE/statistics/blocks/default.tpl b/public/templates/mmcFE/statistics/blocks/default.tpl index 2fcaa9e5..823433b7 100644 --- a/public/templates/mmcFE/statistics/blocks/default.tpl +++ b/public/templates/mmcFE/statistics/blocks/default.tpl @@ -67,7 +67,9 @@ target and network difficulty and assuming a zero variance scenario. +{if $GLOBAL.config.payout_system != 'pps'} +{if} {include file="global/block_footer.tpl"} diff --git a/public/templates/mmcFE/statistics/blocks/small_table.tpl b/public/templates/mmcFE/statistics/blocks/small_table.tpl index 9152fcc7..731d57ef 100644 --- a/public/templates/mmcFE/statistics/blocks/small_table.tpl +++ b/public/templates/mmcFE/statistics/blocks/small_table.tpl @@ -22,7 +22,9 @@ +{if $GLOBAL.config.payout_system != 'pps'} +{/if} {include file="global/block_footer.tpl"}