mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add ticket timer functionality and clear all
timers button
This commit is contained in:
19
top_nav.php
19
top_nav.php
@@ -36,13 +36,14 @@
|
||||
<i class="fas fa-fw fa-question"></i>
|
||||
</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>
|
||||
<?php if ($config_module_enable_ticketing == 1) { ?>
|
||||
<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" id="runningTicketsCount">0</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<!-- New Notifications Dropdown -->
|
||||
@@ -160,5 +161,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<?php include_once "top_nav_tickets_modal.php"; ?>
|
||||
<?php if ($config_module_enable_ticketing == 1) {
|
||||
include_once "top_nav_tickets_modal.php";
|
||||
} ?>
|
||||
<!-- /.navbar -->
|
||||
Reference in New Issue
Block a user