Updated Budget UI to include card header and made a view only option for budget

This commit is contained in:
johnnyq
2024-06-14 13:41:16 -04:00
parent 70dc64f05d
commit 92e594ee32
3 changed files with 170 additions and 52 deletions

View File

@@ -163,7 +163,7 @@
</a>
</li>
<li class="nav-item">
<a href="budget.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "budget.php") { echo "active"; } ?>">
<a href="budget.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "budget.php" || basename($_SERVER["PHP_SELF"]) == "budget_edit.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-balance-scale"></i>
<p>Budget</p>
</a>