Started work on Global Contacts, Added PrettyContent to guest footer and updated the guest document view to use it so images are responsive and tables show up correctly

This commit is contained in:
johnnyq
2025-01-30 18:24:05 -05:00
parent b5be8605d6
commit ef06c4141f
4 changed files with 432 additions and 1 deletions

View File

@@ -115,6 +115,12 @@
<li class="nav-header">OVERVIEWS</li>
<li class="nav-item">
<a href="report_contacts.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_contacts.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-address-book"></i>
<p>All Contacts</p>
</a>
</li>
<li class="nav-item">
<a href="report_assets.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_assets.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-desktop"></i>