mirror of https://github.com/itflow-org/itflow
Merge pull request #953 from wrongecho/hide-open-tickets-timer
Hide the running open ticket tracker as this feature is being removed
This commit is contained in:
commit
de7d68b659
12
top_nav.php
12
top_nav.php
|
|
@ -29,18 +29,6 @@
|
||||||
<!-- Right navbar links -->
|
<!-- Right navbar links -->
|
||||||
<ul class="navbar-nav ml-auto">
|
<ul class="navbar-nav ml-auto">
|
||||||
|
|
||||||
<?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 -->
|
<!-- New Notifications Dropdown -->
|
||||||
<?php
|
<?php
|
||||||
$sql_notifications = mysqli_query($mysqli, "SELECT * FROM notifications
|
$sql_notifications = mysqli_query($mysqli, "SELECT * FROM notifications
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue