mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00:00
Add side nav button for statements
This commit is contained in:
@@ -288,6 +288,15 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="nav-item">
|
||||||
|
<a href="client_statement.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_statement.php") { echo "active"; } ?>">
|
||||||
|
<i class="nav-icon fas fa-file-invoice-dollar"></i>
|
||||||
|
<p>
|
||||||
|
Statement
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="client_trips.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_trips.php") { echo "active"; } ?>">
|
<a href="client_trips.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_trips.php") { echo "active"; } ?>">
|
||||||
<i class="nav-icon fas fa-route"></i>
|
<i class="nav-icon fas fa-route"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user