diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 3f7dfbf5..5e5cd8ad 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -930,24 +930,29 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); $options = array(); for ($i = 0; $i < 4; $i++) { $selected = $ticket['priority'] == $i ? 'selected' : ''; - array_push($options, ''); + $content = " {$priorityLanguages[$i]}"; + + if ($i === 0) { + $content = sprintf($content, 'long-arrow-up', 'red'); + } elseif ($i === 1) { + $content = sprintf($content, 'angle-double-up', 'orange'); + } elseif ($i === 2) { + $content = sprintf($content, 'angle-double-down', 'green'); + } else { + $content = sprintf($content, 'long-arrow-down', 'blue'); + } + + array_push($options, ''); } - echo '
' . $hesklang['priority'] . '
'; echo '