stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit 3f21e73b2e - Show all commits

View File

@@ -888,11 +888,12 @@ if (isset($_GET['ticket_id'])) {
<?php } ?>
<!-- Internal collaborators -->
<?php if ($ticket_collaborators) { ?>
<div class="mt-1">
<i class="fas fa-fw fa-users mr-2 text-secondary"></i><strong>Collaborators: </strong><?php echo $ticket_collaborators; ?>
</div>
<?php } ?>
<!-- Commented - there is still something wrong with this -->
<!-- --><?php //if ($ticket_collaborators) { ?>
<!-- <div class="mt-1">-->
<!-- <i class="fas fa-fw fa-users mr-2 text-secondary"></i><strong>Collaborators: </strong>--><?php //echo $ticket_collaborators; ?>
<!-- </div>-->
<!-- --><?php //} ?>
<!-- Resolved -->
<?php if (!empty($ticket_resolved_at)) { ?>