Fix pointer not switch to a finger when hovering over add contact in ticket details

This commit is contained in:
johnnyq 2025-07-09 20:06:22 -04:00
parent 300aef413c
commit fe8baf2ca4
1 changed files with 4 additions and 3 deletions

View File

@ -441,9 +441,10 @@ if (isset($_GET['ticket_id'])) {
<?php if (empty($ticket_closed_at)) { ?>
<div class="dropdown-divider"></div>
<a class="dropdown-item"
data-toggle = "ajax-modal"
data-ajax-url = "ajax/ajax_ticket_contact.php"
data-ajax-id = "<?php echo $ticket_id; ?>"
href="#"
data-toggle = "ajax-modal"
data-ajax-url = "ajax/ajax_ticket_contact.php"
data-ajax-id = "<?php echo $ticket_id; ?>"
>
<i class="fa fa-fw fa-user mr-2"></i>Add Contact
</a>