mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user