diff --git a/app/call_centers/resources/dashboard/call_center_agents.php b/app/call_centers/resources/dashboard/call_center_agents.php index e8178fee7f..d526e8889c 100644 --- a/app/call_centers/resources/dashboard/call_center_agents.php +++ b/app/call_centers/resources/dashboard/call_center_agents.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2017-2023 + Portions created by the Initial Developer are Copyright (C) 2017-2025 the Initial Developer. All Rights Reserved. Contributor(s): @@ -258,6 +258,8 @@ echo "\n"; //show the content + echo "
"; + echo "
\n"; echo "
".$text['header-call_center_queues'].(!empty($agent['agent_name']) ? "    Agent: ".$agent['agent_name']."" : "")."
\n"; echo "
\n"; @@ -299,5 +301,6 @@ echo "
\n"; echo "\n"; echo "\n"; + echo "
\n"; ?>