mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add timers modal to see all timers
This commit is contained in:
10
top_nav.php
10
top_nav.php
@@ -37,6 +37,14 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#" data-toggle="modal" data-target="#openTicketsModal">
|
||||
<i class="fas fa-hourglass-half"></i>
|
||||
<span class="badge badge-danger" id="runningTicketsCount">0</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<!-- New Notifications Dropdown -->
|
||||
<?php
|
||||
$sql_notifications = mysqli_query($mysqli, "SELECT * FROM notifications
|
||||
@@ -151,4 +159,6 @@
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<?php include_once "top_nav_tickets_modal.php"; ?>
|
||||
<!-- /.navbar -->
|
||||
Reference in New Issue
Block a user