mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
More UI Cleanups, added a ticketing system, added milage linking with client, invoice, vendor or location, new DB dump
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
<span>Calendar</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "tickets.php") { echo "active"; } ?>">
|
||||
<a class="nav-link" href="tickets.php">
|
||||
<i class="fas fa-fw fa-tags mx-2"></i>
|
||||
<span>Tickets</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "products.php") { echo "active"; } ?>">
|
||||
<a class="nav-link" href="products.php">
|
||||
<i class="fas fa-fw fa-box mx-2"></i>
|
||||
|
||||
Reference in New Issue
Block a user