Make contacts global view compatible, remove bulk mail from admin as this is in contacts bulk actions, updated links, tidy

This commit is contained in:
johnnyq
2025-02-20 00:38:40 -05:00
parent 70495ef298
commit d76d405d5a
25 changed files with 210 additions and 287 deletions

View File

@@ -18,6 +18,12 @@
<li class="nav-header">OVERVIEWS</li>
<?php if (lookupUserPermission("module_support") >= 1) { ?>
<li class="nav-item">
<a href="contacts.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "contacts.php" || basename($_SERVER["PHP_SELF"]) == "contact_details.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-address-book"></i>
<p><strong>ALL</strong> Contacts</p>
</a>
</li>
<li class="nav-item">
<a href="assets.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "assets.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-desktop"></i>