From 0f8ca74af2df4a410bb6580c37fa6fd2bcc89c08 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 7 Jun 2018 10:52:09 -0600 Subject: [PATCH] Update call_center_agent_status.php --- app/call_centers/call_center_agent_status.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/call_centers/call_center_agent_status.php b/app/call_centers/call_center_agent_status.php index 07bcf5fc61..5582eb7254 100644 --- a/app/call_centers/call_center_agent_status.php +++ b/app/call_centers/call_center_agent_status.php @@ -239,8 +239,8 @@ //$html .= " ".$row['agent_name']." \n"; $html .= " ".$row['agent_status']." \n"; $html .= " "; - $html .= " \n"; - $html .= " \n"; + $html .= " \n"; + $html .= " \n"; //$html .= "   \n"; $html .= "   \n"; $html .= "   \n"; @@ -278,10 +278,10 @@ $html .= "   \n"; $html .= "   \n"; $html .= " \n"; - $html .= " \n"; - $html .= " \n"; + $html .= " \n"; + $html .= " \n"; $html .= " \n"; - $html .= " \n"; + $html .= " \n"; $html .= " \n"; $html .= " \n"; }