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
+7 -1
View File
@@ -34,6 +34,12 @@ else {
exit;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
if (count($_GET) > 0) {
$id = check_str($_GET["id"]);
}
@@ -90,7 +96,7 @@ if (strlen($id) > 0) {
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=call_center_queues.php\">\n";
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "includes/footer.php";
return;