From a73ebff99c656dd142a83250cbf3fd380cb7b72a Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 24 Jul 2022 14:13:09 -0500 Subject: [PATCH] Tweak donation progress page --- templates/DonationProgress.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/DonationProgress.php b/templates/DonationProgress.php index 61c977c7..a806fe89 100644 --- a/templates/DonationProgress.php +++ b/templates/DonationProgress.php @@ -6,7 +6,7 @@ if(!DONATION_DRIVE_ON || ($autoHide ?? $_COOKIE['hide-donation-alert'] ?? false) } $startDate = new DateTime('2022-07-01'); -$endDate = new DateTime('2022-07-31'); +$endDate = new DateTime('2022-08-07'); $autoHide = $autoHide ?? true; $showDonateButton = $showDonateButton ?? true; $current = Db::QueryInt('SELECT count(*) from Patrons where Created >= ?', [$startDate]); @@ -15,7 +15,7 @@ $stretchCurrent = 0; $stretchTarget = 20; $totalCurrent = $current; $totalTarget = $target; -$deadline = $endDate->format('M. j'); +$deadline = $endDate->format('F j'); $stretchOn = false; if($stretchTarget > 0 && $current >= $target){ @@ -34,16 +34,16 @@ if($stretchTarget > 0 && $current >= $target){
-

Help us reach patrons by

+

Help us reach new patrons by

-

Help us meet our stretch goal of patrons by

+

Help us meet our stretch goal of new patrons by