mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Multilinguified Active Queues
This commit is contained in:
@@ -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']];
|
||||
}
|
||||
|
||||
//get the fifo_name from http and set it to a php variable
|
||||
$fifo_name = trim($_REQUEST["c"]);
|
||||
|
||||
@@ -52,6 +58,7 @@ else {
|
||||
|
||||
//show the header
|
||||
require_once "includes/header.php";
|
||||
$page["title"] = $text['title-queue'];
|
||||
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
@@ -122,8 +129,8 @@ echo "<div align='center'>";
|
||||
|
||||
echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td align='left'><b>Queues</b><br>\n";
|
||||
echo " Use this to monitor queue activty for the <strong>$tmp_fifo_name</strong> queue.\n";
|
||||
echo " <td align='left'><b>".$text['header-queue']."</b><br>\n";
|
||||
echo " ".$text['description-queue']."\n";
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo "</table>\n";
|
||||
|
||||
Reference in New Issue
Block a user