Update call_center_agents.php

This commit is contained in:
Alex 2025-04-03 13:17:46 -07:00 committed by GitHub
parent 301a5e0bca
commit 9ddfd8e9c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 17 deletions

View File

@ -261,7 +261,6 @@
echo "<div class='hud_box'>"; echo "<div class='hud_box'>";
echo "<div class='hud_content' style='display: block;'>\n"; echo "<div class='hud_content' style='display: block;'>\n";
echo " <div class='action_bar sub'>\n"; echo " <div class='action_bar sub'>\n";
echo " <div class='heading' style='padding-left: 5px;'><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' style='padding-left: 5px;'><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' style='padding-top: 2px;'>\n"; echo " <div class='actions' style='padding-top: 2px;'>\n";
@ -303,7 +302,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"; echo "</div>\n";
echo "</div>\n"; echo "</div>\n";