Update call_center_agents.php
This commit is contained in:
parent
d4fa1a6432
commit
f0123923ba
|
|
@ -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']) ? " </b> Agent: <strong>".$agent['agent_name']."</strong>" : "</b>")."</div>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue