Add Receipt link to edit Expense if one was uploaded

This commit is contained in:
johnny@pittpc.com
2021-02-15 19:56:09 -05:00
parent 99d4d7e34e
commit 5b5afa772c
5 changed files with 33 additions and 4 deletions

View File

@@ -56,6 +56,14 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-update.php") { echo "active"; } ?>"
href="settings-update.php">
<i class="fa fa-fw fa-2x fa-wrench"></i><br>
Update
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-backup.php") { echo "active"; } ?>"
href="settings-backup.php">