mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Modified the way the app detects setup mode, added an alerts setting page and other minor fixes and cleanups
This commit is contained in:
@@ -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"; } ?>"
|
||||
|
||||
Reference in New Issue
Block a user