From 663ecf7854acc509cbaf906ee54296fdac025509 Mon Sep 17 00:00:00 2001 From: kanoi Date: Thu, 5 Mar 2015 19:07:56 +1100 Subject: [PATCH] php - add descriptions to payments and mpayouts --- pool/page_mpayouts.php | 5 +++++ pool/page_payments.php | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pool/page_mpayouts.php b/pool/page_mpayouts.php index 96333835..18e0df0b 100644 --- a/pool/page_mpayouts.php +++ b/pool/page_mpayouts.php @@ -6,6 +6,11 @@ function dompayouts($data, $user) $ans = getMPayouts($user); + $pg .= "The rewards you've earned for each block the pool has found.
"; + $pg .= 'See the '; + $pg .= makeLink('payments'); + $pg .= "Payments page for the payments you've been sent.

"; + $pg .= "\n"; $pg .= ""; $pg .= ""; diff --git a/pool/page_payments.php b/pool/page_payments.php index 15abade3..5bd97ff0 100644 --- a/pool/page_payments.php +++ b/pool/page_payments.php @@ -11,8 +11,9 @@ function dopayments($data, $user) $addr1 = '1KzFJddTvK9TQWsmWFKYJ9fRx9QeSATyrT'; $pg = '

Payments

'; - $pg .= 'The payout transactions on blockchain are here:'; - $pg .= " BTC

"; + $pg .= 'The payment transactions on blockchain are here:'; + $pg .= " BTC
"; + $pg .= "The payments below don't yet show when they have been sent.

"; $ans = getPayments($user);
Block