Move Client Overview to the bottom of the side nav

This commit is contained in:
johnnyq
2025-02-22 13:22:53 -05:00
parent 58a8f08bd2
commit 7e041d52df
2 changed files with 11 additions and 8 deletions

View File

@@ -32,13 +32,6 @@
</p>
</a>
</li>
<li class="nav-item">
<a href="contacts.php" class="nav-link">
<i class="fas fa-users nav-icon"></i>
<p>Overview</p>
<i class="fas fa-angle-right nav-icon float-right"></i>
</a>
</li>
<?php } ?>
<?php if (lookupUserPermission("module_support") >= 1) { ?>
@@ -191,6 +184,16 @@
</li>
<?php } ?>
<?php if (lookupUserPermission("module_client") >= 1) { ?>
<li class="nav-item mt-3">
<a href="contacts.php" class="nav-link">
<i class="fas fa-users nav-icon"></i>
<p>Client Overview</p>
<i class="fas fa-angle-right nav-icon float-right"></i>
</a>
</li>
<?php } ?>
<?php if (lookupUserPermission("module_reporting") >= 1) { ?>
<li class="nav-item mt-3">
<a href="report_overview.php" class="nav-link">