FEATURE: Confirmation Modal only grab clients initials for client side nav

This commit is contained in:
johnnyq
2023-09-05 18:26:15 -04:00
parent 316afa5603
commit 4b368ee5af
8 changed files with 43 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<a class="brand-link pb-1 mt-1" href="clients.php">
<p class="h5"><i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i> Back | <strong><?php echo $client_name; ?></strong></p>
<p class="h5"><i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i> Back | <strong><?php echo initials($client_name); ?></strong></p>
</a>
<!-- Sidebar -->