Update call_center_agents.php

This commit is contained in:
Alex 2025-04-03 11:28:32 -07:00 committed by GitHub
parent d4fa1a6432
commit f0123923ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@
echo "</script>\n";
//show the content
echo "<div class='hud_box' style='".(!empty($dashboard_background_color) ? 'padding: 0 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
echo "<div class='hud_box' style='".(!empty($dashboard_background_color) ? 'padding-left: 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
echo "<div class='action_bar sub'>\n";
echo " <div class='heading'><b>".$text['header-call_center_queues'].(!empty($agent['agent_name']) ? "&nbsp;&nbsp;&nbsp;</b> Agent: <strong>".$agent['agent_name']."</strong>" : "</b>")."</div>\n";