Modified the way the app detects setup mode, added an alerts setting page and other minor fixes and cleanups

This commit is contained in:
johnny@pittpc.com
2019-08-23 16:32:15 -04:00
parent be1b4d50fb
commit 89762313c5
16 changed files with 115 additions and 40 deletions

View File

@@ -3,7 +3,7 @@
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-general.php") { echo "active"; } ?>"
href="settings-general.php">
<i class="fa fa-2x fa-cog"></i><br>
<i class="fa fa-fw fa-2x fa-cog"></i><br>
General
</a>
</li>
@@ -55,6 +55,14 @@
Ticket
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-alerts.php") { echo "active"; } ?>"
href="settings-alerts.php">
<i class="fa fa-fw fa-2x fa-bell"></i><br>
Alerts
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-backup.php") { echo "active"; } ?>"