mirror of https://github.com/itflow-org/itflow
Reverting Pop overs on ticket subjects as the ticket details are not compatile with the inline text. This may be corrected when we finish the javascript handler but will explore pop overs in the future they are pretty neat Thanks @aftechro
This commit is contained in:
parent
f405aaafc3
commit
5f15ff0792
Binary file not shown.
|
|
@ -413,7 +413,7 @@ $user_active_assigned_tickets = $row['total_tickets_assigned'];
|
|||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a tabindex="0" href="ticket.php?ticket_id=<?php echo $ticket_id; ?>" data-toggle="popover" data-html="true" title="<?php echo $ticket_subject; ?>" data-trigger="hover" data-content="<?php echo $ticket_details; ?>"><?php echo $ticket_subject; ?></a>
|
||||
<a href="ticket.php?ticket_id=<?php echo $ticket_id; ?>"><?php echo $ticket_subject; ?></a>
|
||||
</td>
|
||||
<td>
|
||||
<strong><a href="client.php?client_id=<?php echo $client_id; ?>&tab=tickets"><?php echo $client_name; ?></a></strong>
|
||||
|
|
|
|||
Loading…
Reference in New Issue