mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00:00
Fix pointer not switch to a finger when hovering over add contact in ticket details
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user