summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-04-16 22:54:13 +0200
committerRaindropsSys <contact@minteck.org>2023-04-16 22:54:13 +0200
commit9161d7c342e71612d2e8ebf5290dcbbe9eaaa483 (patch)
treee9c5331eb96a2e5b1a423c92498002007269fe2f
parentde2b9bf6580917e60aabc4981a42947b6cb95503 (diff)
downloadpluralconnect-9161d7c342e71612d2e8ebf5290dcbbe9eaaa483.tar.gz
pluralconnect-9161d7c342e71612d2e8ebf5290dcbbe9eaaa483.tar.bz2
pluralconnect-9161d7c342e71612d2e8ebf5290dcbbe9eaaa483.zip
Updated pages/money.inc (automated)
-rw-r--r--pages/money.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/money.inc b/pages/money.inc
index f4ab9fa..69e732c 100644
--- a/pages/money.inc
+++ b/pages/money.inc
@@ -440,7 +440,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';
<div class="progress-bar bg-danger" style="width:<?= $part1 * 100 ?>%"></div>
<div class="progress-bar bg-success" style="width:<?= $part2 * 100 ?>%"></div>
</div>
- <p style="text-align: center; margin-top: 5px;" class="<?= $allAccounts > $minimumRaindrops ? "" : "bold text-danger" ?>">€<?= number_format($difference, 2, '.', ',') ?><?php if ($allAccounts > $minimumCloudburst): ?> (<?= round($part2 * 100, 2) ?>%)<?php endif; ?> <?= $allAccounts > $minimumRaindrops ? "over" : "under" ?> the minimum</p>
+ <p style="text-align: center; margin-top: 5px;" class="<?= $allAccounts > $minimumRaindrops ? "" : "bold text-danger" ?>">€<?= number_format($difference, 2, '.', ',') ?><?php if ($allAccounts > $minimumRaindrops): ?> (<?= round($part2 * 100, 2) ?>%)<?php endif; ?> <?= $allAccounts > $minimumRaindrops ? "over" : "under" ?> the minimum</p>
<canvas id="history-raindrops" style="margin-top: 10px; width: 100%; height: 200px; max-height: 100%;"></canvas>
<?php