From 4fcb29bca140aed37f68ca8c05d4e8fe14d76147 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:10:45 -0700 Subject: [PATCH] Update call_center_agents.php --- app/call_centers/resources/dashboard/call_center_agents.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; ?>