mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 05:25:39 +00:00
readed back ticket timer at the top as it broke the counter
This commit is contained in:
@@ -37,14 +37,14 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php if ($config_module_enable_ticketing == 1) { ?>
|
<?php if ($config_module_enable_ticketing == 1) { ?>
|
||||||
<!-- WORK IN PROGRESS (Commented by JQ 2023-12-27)
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#" data-toggle="modal" data-target="#openTicketsModal">
|
<a class="nav-link" href="#" data-toggle="modal" data-target="#openTicketsModal">
|
||||||
<i class="fas fa-hourglass-half"></i>
|
<i class="fas fa-hourglass-half"></i>
|
||||||
<span class="badge" id="runningTicketsCount">0</span>
|
<span class="badge" id="runningTicketsCount">0</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
-->
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user