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:
Johnny 2024-05-05 14:30:21 -04:00 committed by GitHub
commit de7d68b659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 16 deletions

View File

@ -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