mirror of https://github.com/itflow-org/itflow
Tidy spacing
This commit is contained in:
parent
3718987f50
commit
6ac7843ee9
|
|
@ -287,17 +287,17 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||
$contact_mobile = formatPhoneNumber($row['contact_mobile']);
|
||||
if ($ticket_status == "Open") {
|
||||
$ticket_status_color = "primary";
|
||||
}elseif ($ticket_status == "Working") {
|
||||
} elseif ($ticket_status == "Working") {
|
||||
$ticket_status_color = "success";
|
||||
}else{
|
||||
} else{
|
||||
$ticket_status_color = "secondary";
|
||||
}
|
||||
|
||||
if ($ticket_priority == "High") {
|
||||
$ticket_priority_color = "danger";
|
||||
}elseif ($ticket_priority == "Medium") {
|
||||
} elseif ($ticket_priority == "Medium") {
|
||||
$ticket_priority_color = "warning";
|
||||
}else{
|
||||
} else{
|
||||
$ticket_priority_color = "info";
|
||||
}
|
||||
$ticket_assigned_to = intval($row['ticket_assigned_to']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue