Tons of UI and code cleanups, renamed many sql tables and fields, started adding created_at and updated_at fields

This commit is contained in:
root
2019-05-17 01:09:16 -04:00
parent 4b3c2c8c2a
commit fa08853640
72 changed files with 1625 additions and 3305 deletions

View File

@@ -80,10 +80,10 @@
<span>Transfers</span>
</a>
</li>
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "mileage.php") { echo "active"; } ?>">
<a class="nav-link" href="mileage.php">
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "trips.php") { echo "active"; } ?>">
<a class="nav-link" href="trips.php">
<i class="fas fa-fw fa-bicycle mx-2"></i>
<span>Mileage</span>
<span>Trips</span>
</a>
</li>
<li class="nav-item dropdown">