Updated client Documents to use folder icon on the side nav and header. Update Date Format as well

This commit is contained in:
johnnyq
2023-07-01 13:33:42 -04:00
parent 2b871e06f0
commit 1f29d68ad5
2 changed files with 6 additions and 6 deletions

View File

@@ -233,7 +233,7 @@
<li class="nav-item">
<a href="client_documents.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_documents.php" || basename($_SERVER["PHP_SELF"]) == "client_document_details.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-file-alt"></i>
<i class="nav-icon fas fa-folder"></i>
<p>
Documents
<?php