Code: Select all
echo '<td class="td-flex">' . hesk_get_admin_ticket_priority_for_list($ticket['priority']) . ' </td>';
Code: Select all
<th class="sindu-handle <?php echo $sort == 'priority' ? $sort_direction : ''; ?>">
<a href="<?php echo $href . '?' . $query . $sort_possible['priority'] . '&sort='; ?>priority">
<div class="sort">
<span><?php echo $hesklang['priority']; ?></span>
<i class="handle"></i>
</div>
</a>
</th>