diff --git a/app/call_center_active/call_center_active_inc.php b/app/call_center_active/call_center_active_inc.php index 7902e39d58..9ca6545e81 100644 --- a/app/call_center_active/call_center_active_inc.php +++ b/app/call_center_active/call_center_active_inc.php @@ -133,7 +133,7 @@ //list the agents echo "
| ".$text['label-name']." | \n"; + //echo "".$text['label-name']." | \n"; echo "".$text['label-extension']." | \n"; echo "".$text['label-status']." | \n"; echo "".$text['label-state']." | \n"; @@ -198,7 +198,7 @@ $last_status_change_length = $last_status_change_length_hour.':'.$last_status_change_length_min.':'.$last_status_change_length_sec; echo "
|---|---|---|---|---|
| ".$agent_row['name']." | \n"; + //echo "".$agent_row['name']." | \n"; echo "".$agent_extension." | \n"; echo "".$status." | \n"; echo "".$state." | \n";