Multilinguified Call Center and Active Call Center.

This commit is contained in:
Nate Jones
2013-05-29 21:14:36 +00:00
parent 2179b9ebd1
commit 6df44201f3
13 changed files with 447 additions and 337 deletions
@@ -34,11 +34,19 @@ else {
exit;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
//get the queue_name and set it as a variable
$queue_name = $_GET[queue_name];
//get the header
require_once "includes/header.php";
$page["title"] = $text['title-call_center_queue_activity'];
?><script type="text/javascript">
function loadXmlHttp(url, id) {
var f = this;