Added Project Prefix and Project Numbering System

This commit is contained in:
johnnyq
2024-04-08 16:48:06 -04:00
parent f4051fe718
commit 16fb1467a2
11 changed files with 126 additions and 7 deletions

View File

@@ -217,6 +217,14 @@
<?php } ?>
<?php if ($config_module_enable_ticketing) { ?>
<li class="nav-item">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_project.php") { echo "active"; } ?>"
href="settings_project.php">
<i class="nav-icon fas fa-project-diagram"></i>
<p>Project</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_ticket.php") { echo "active"; } ?>"
href="settings_ticket.php">