Update call_center_agents.php

This commit is contained in:
Alex 2025-04-01 11:10:45 -07:00 committed by GitHub
parent 264c652db9
commit 4fcb29bca1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com> Mark J Crane <markjcrane@fusionpbx.com>
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. the Initial Developer. All Rights Reserved.
Contributor(s): Contributor(s):
@ -258,6 +258,8 @@
echo "</script>\n"; echo "</script>\n";
//show the content //show the content
echo "<div class='hud_box' style='".(!empty($row['dashboard_background_color']) ? 'padding: 0 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
echo "<div class='action_bar sub'>\n"; 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"; 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";
echo " <div class='actions'>\n"; echo " <div class='actions'>\n";
@ -299,5 +301,6 @@
echo "<br />\n"; echo "<br />\n";
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n"; echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo "</form>\n"; echo "</form>\n";
echo "</div>\n";
?> ?>