Active Call Center: Misc visual mods, moved queue counts to top of list, removed Eavesdrop link for Abandoned calls.

This commit is contained in:
Nate Jones
2014-10-24 02:59:30 +00:00
parent b6ce52c620
commit 8dfa1dac95
4 changed files with 48 additions and 74 deletions

View File

@@ -113,18 +113,7 @@ function send_cmd(url) {
</script>
<?php
echo "<div align='center'>";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\">\n";
echo " <div id=\"ajax_response\">\n";
echo " </div>\n";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
echo " <div id='ajax_response'></div>\n";
require_once "resources/footer.php";
?>