Multilinguified Call Center and Active Call Center.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user