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

@@ -26,7 +26,7 @@
</li>
<li class="nav-item">
<a href="client_contacts.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_contacts.php" || basename($_SERVER["PHP_SELF"]) == "client_contact_details.php") { echo "active"; } ?>">
<a href="contacts.php?client_id=<?php echo $client_id; ?>" 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>
Contacts