mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Merge pull request #4 from twetech/client-replied-warning-badge
Added autoclose to dark
This commit is contained in:
@@ -313,6 +313,8 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||||||
$ticket_status_color = "success";
|
$ticket_status_color = "success";
|
||||||
} elseif ($ticket_status == "Closed") {
|
} elseif ($ticket_status == "Closed") {
|
||||||
$ticket_status_color = "dark";
|
$ticket_status_color = "dark";
|
||||||
|
} elseif ($ticket_status == "Auto Close") {
|
||||||
|
$ticket_status_color = "dark";
|
||||||
} elseif ($ticket_status == "Client-Replied") {
|
} elseif ($ticket_status == "Client-Replied") {
|
||||||
$ticket_status_color = "warning";
|
$ticket_status_color = "warning";
|
||||||
} else{
|
} else{
|
||||||
|
|||||||
Reference in New Issue
Block a user