mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Translation to portuguese from Portugal (pt-pt) in app call_broadcast
This commit is contained in:
100
app/call_broadcast/app_languages.php
Normal file
100
app/call_broadcast/app_languages.php
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
|
||||
//v_call_broadcast
|
||||
$content_broadcast['title']['en-us'] = 'Call Broadcast List';
|
||||
$content_broadcast['title']['pt-pt'] = 'Lista de Chamadas Broadcast';
|
||||
|
||||
$content_broadcast['label-name']['en-us'] = 'Name';
|
||||
$content_broadcast['label-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_broadcast['label-concurrentlimit']['en-us'] = 'Concurrent Limit';
|
||||
$content_broadcast['label-concurrentlimit']['pt-pt'] = 'Limite de concorrencia';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['confirm-deleteinfo']['en-us'] = 'Do you really want to delete this?';
|
||||
$content_broadcast['confirm-deleteinfo']['pt-pt'] = 'Deseja realmente eliminar isto?';
|
||||
|
||||
//v_call_broadcast_delete
|
||||
$content_broadcast['confirm-delete']['en-us'] = 'Delete Complete';
|
||||
$content_broadcast['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
||||
|
||||
//v_call_broadcast_edit
|
||||
$content_broadcast['confirm-name']['en-us'] = 'Please provide: Name';
|
||||
$content_broadcast['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
||||
|
||||
$content_broadcast['confirm-add']['en-us'] = 'Add Complete';
|
||||
$content_broadcast['confirm-add']['pt-pt'] = 'Adição Completa';
|
||||
|
||||
$content_broadcast['confirm-update']['en-us'] = 'Update Complete';
|
||||
$content_broadcast['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
$content_broadcast['label-callbroadcast']['en-us'] = 'Call Broadcast';
|
||||
$content_broadcast['label-callbroadcast']['pt-pt'] = 'Chamada Broadcast';
|
||||
|
||||
$content_broadcast['label-callbroadcastedit']['en-us'] = 'Call Broadcast Edit';
|
||||
$content_broadcast['label-callbroadcastedit']['pt-pt'] = 'Editar Chamada Broadcast';
|
||||
|
||||
$content_broadcast['button-back']['en-us'] = 'Back';
|
||||
$content_broadcast['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$content_broadcast['label-nameinfo']['en-us'] = 'Enter the name here.';
|
||||
$content_broadcast['label-nameinfo']['pt-pt'] = 'Insira aqui o nome.';
|
||||
|
||||
$content_broadcast['label-timeout']['en-us'] = 'Timeout';
|
||||
$content_broadcast['label-timeout']['pt-pt'] = 'Tempo Limite';
|
||||
|
||||
$content_broadcast['label-timeoutinfo']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.';
|
||||
$content_broadcast['label-timeoutinfo']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['label-concurrentlimitinfo']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.';
|
||||
$content_broadcast['label-concurrentlimitinfo']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['label-calleridname']['en-us'] = 'Caller ID Name';
|
||||
$content_broadcast['label-calleridname']['pt-pt'] = 'Nome de Origem';
|
||||
|
||||
$content_broadcast['label-calleridnumber']['en-us'] = 'Caller ID Number';
|
||||
$content_broadcast['label-calleridnumber']['pt-pt'] = 'Numero de Origem';
|
||||
|
||||
$content_broadcast['label-calleridnameinfo']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous';
|
||||
$content_broadcast['label-calleridnameinfo']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous';
|
||||
|
||||
$content_broadcast['label-calleridnumberinfo']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000';
|
||||
$content_broadcast['label-calleridnumberinfo']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem enviadas as chamadas. padrão: 0000000000';
|
||||
|
||||
$content_broadcast['label-destination']['en-us'] = 'Destination Number';
|
||||
$content_broadcast['label-destination']['pt-pt'] = 'Numero de Destino';
|
||||
|
||||
$content_broadcast['label-destinationinfo']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.';
|
||||
$content_broadcast['label-destinationinfo']['pt-pt'] = 'Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.';
|
||||
|
||||
$content_broadcast['label-phone']['en-us'] = 'Phone Number List';
|
||||
$content_broadcast['label-phone']['pt-pt'] = 'Lista de Números de Telefone';
|
||||
|
||||
$content_broadcast['label-phoneinfo']['en-us'] = 'Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name';
|
||||
$content_broadcast['label-phoneinfo']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato: 123-123-1234 | Sobrenome, Nome';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['label-descriptioninfo']['en-us'] = 'Enter the description here.';
|
||||
$content_broadcast['label-descriptioninfo']['pt-pt'] = 'Insira aqui a descrição';
|
||||
|
||||
$content_broadcast['button-send']['en-us'] = 'Send Broadcast';
|
||||
$content_broadcast['button-send']['pt-pt'] = 'Enviar Broadcast';
|
||||
|
||||
$content_broadcast['button-save']['en-us'] = 'Save';
|
||||
$content_broadcast['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
//v_call_broadcast_send
|
||||
$content_broadcast['label-viewcalls']['en-us'] = 'View Calls';
|
||||
$content_broadcast['label-viewcalls']['pt-pt'] = 'Ver Chamadas';
|
||||
|
||||
$content_broadcast['label-message']['en-us'] = 'Message';
|
||||
$content_broadcast['label-message']['pt-pt'] = 'Mensagem';
|
||||
|
||||
$content_broadcast['label-hasbeen']['en-us'] = 'has been started';
|
||||
$content_broadcast['label-hasbeen']['pt-pt'] = 'foi iniciada';
|
||||
|
||||
?>
|
||||
@@ -26,6 +26,7 @@
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "app_languages.php";
|
||||
if (permission_exists('call_broadcast_view')) {
|
||||
//access granted
|
||||
}
|
||||
@@ -33,6 +34,11 @@ else {
|
||||
echo "access denied";
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach($content_broadcast as $key => $value) {
|
||||
$content_broadcast[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
require_once "includes/header.php";
|
||||
require_once "includes/paging.php";
|
||||
|
||||
@@ -50,7 +56,7 @@ require_once "includes/paging.php";
|
||||
echo " <br>";
|
||||
|
||||
echo "<table width='100%' border='0'><tr>\n";
|
||||
echo "<td width='50%' nowrap='nowrap' align='left'><b>Call Broadcast List</b></td>\n";
|
||||
echo "<td width='50%' nowrap='nowrap' align='left'><b>".$content_broadcast['title']."</b></td>\n";
|
||||
echo "<td width='50%' align='right'> </td>\n";
|
||||
echo "</tr></table>\n";
|
||||
|
||||
@@ -87,9 +93,9 @@ require_once "includes/paging.php";
|
||||
echo "<div align='center'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo th_order_by('broadcast_name', 'Name', $order_by, $order);
|
||||
echo th_order_by('broadcast_concurrent_limit', 'Concurrent Limit', $order_by, $order);
|
||||
echo th_order_by('broadcast_description', 'Description', $order_by, $order);
|
||||
echo th_order_by('broadcast_name', $content_broadcast['label-name'], $order_by, $order);
|
||||
echo th_order_by('broadcast_concurrent_limit', $content_broadcast['label-concurrentlimit'], $order_by, $order);
|
||||
echo th_order_by('broadcast_description', $content_broadcast['label-description'], $order_by, $order);
|
||||
//echo th_order_by('recordingid', 'Recording', $order_by, $order);
|
||||
echo "<td align='right' width='42'>\n";
|
||||
if (permission_exists('call_broadcast_add')) {
|
||||
@@ -110,7 +116,7 @@ require_once "includes/paging.php";
|
||||
echo " <a href='v_call_broadcast_edit.php?id=".$row['call_broadcast_uuid']."' alt='edit'>$v_link_label_edit</a>\n";
|
||||
}
|
||||
if (permission_exists('call_broadcast_delete')) {
|
||||
echo " <a href='v_call_broadcast_delete.php?id=".$row['call_broadcast_uuid']."' alt='delete' onclick=\"return confirm('Do you really want to delete this?')\">$v_link_label_delete</a>\n";
|
||||
echo " <a href='v_call_broadcast_delete.php?id=".$row['call_broadcast_uuid']."' alt='delete' onclick=\"return confirm('".$content_broadcast['confirm-deleteinfo']."')\">$v_link_label_delete</a>\n";
|
||||
}
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
require "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "app_languages.php";
|
||||
if (permission_exists('call_broadcast_delete')) {
|
||||
//access granted
|
||||
}
|
||||
@@ -34,6 +35,10 @@ else {
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach($content_broadcast as $key => $value) {
|
||||
$content_broadcast[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
//get the id
|
||||
if (count($_GET)>0) {
|
||||
$id = $_GET["id"];
|
||||
@@ -53,7 +58,7 @@ else {
|
||||
require_once "includes/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_call_broadcast.php\">\n";
|
||||
echo "<div align='center'>\n";
|
||||
echo "Delete Complete\n";
|
||||
echo "".$content_broadcast['confirm-delete']."\n";
|
||||
echo "</div>\n";
|
||||
require_once "includes/footer.php";
|
||||
return;
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "app_languages.php";
|
||||
if (permission_exists('call_broadcast_edit')) {
|
||||
//access granted
|
||||
}
|
||||
@@ -34,6 +35,10 @@ else {
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach($content_broadcast as $key => $value) {
|
||||
$content_broadcast[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
//set the action with add or update
|
||||
if (isset($_REQUEST["id"])) {
|
||||
$action = "update";
|
||||
@@ -65,7 +70,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
}
|
||||
|
||||
//check for all required data
|
||||
if (strlen($broadcast_name) == 0) { $msg .= "Please provide: Name<br>\n"; }
|
||||
if (strlen($broadcast_name) == 0) { $msg .= "".$content_broadcast['confirm-name']."<br>\n"; }
|
||||
//if (strlen($broadcast_description) == 0) { $msg .= "Please provide: Description<br>\n"; }
|
||||
//if (strlen($broadcast_timeout) == 0) { $msg .= "Please provide: Timeout<br>\n"; }
|
||||
//if (strlen($broadcast_concurrent_limit) == 0) { $msg .= "Please provide: Concurrent Limit<br>\n"; }
|
||||
@@ -138,7 +143,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
require_once "includes/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_call_broadcast.php\">\n";
|
||||
echo "<div align='center'>\n";
|
||||
echo "Add Complete\n";
|
||||
echo "".$content_broadcast['confirm-add']."\n";
|
||||
echo "</div>\n";
|
||||
require_once "includes/footer.php";
|
||||
return;
|
||||
@@ -174,7 +179,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
require_once "includes/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=v_call_broadcast.php\">\n";
|
||||
echo "<div align='center'>\n";
|
||||
echo "Update Complete\n";
|
||||
echo "".$content_broadcast['confirm-update']."\n";
|
||||
echo "</div>\n";
|
||||
require_once "includes/footer.php";
|
||||
return;
|
||||
@@ -225,46 +230,46 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
if ($action == "add") {
|
||||
echo "<td width='30%' align='left' nowrap='nowrap'><b>Call Broadcast</b></td>\n";
|
||||
echo "<td width='30%' align='left' nowrap='nowrap'><b>".$content_broadcast['label-callbroadcast']."</b></td>\n";
|
||||
}
|
||||
if ($action == "update") {
|
||||
echo "<td width='30%' align='left' nowrap='nowrap'><b>Call Broadcast Edit</b></td>\n";
|
||||
echo "<td width='30%' align='left' nowrap='nowrap'><b>".$content_broadcast['label-callbroadcastedit']."</b></td>\n";
|
||||
}
|
||||
echo "<td width='70%' align='right'>\n";
|
||||
echo " <input type='button' class='btn' name='back' alt='back' onclick=\"window.location='v_call_broadcast.php'\" value='Back'>\n";
|
||||
echo " <input type='button' class='btn' name='back' alt='back' onclick=\"window.location='v_call_broadcast.php'\" value='".$content_broadcast['button-back']."'>\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
||||
echo " Name:\n";
|
||||
echo " ".$content_broadcast['label-name'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_name' maxlength='255' value=\"$broadcast_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Enter a name here.\n";
|
||||
echo "".$content_broadcast['label-nameinfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Timeout:\n";
|
||||
echo " ".$content_broadcast['label-timeout'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_timeout' maxlength='255' value=\"$broadcast_timeout\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Limit the length of the call. Leave this empty for no limit.\n";
|
||||
echo "".$content_broadcast['label-timeoutinfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Concurrent Limit:\n";
|
||||
echo " ".$content_broadcast['label-concurrentlimit'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_concurrent_limit' maxlength='255' value=\"$broadcast_concurrent_limit\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Limit the approximate number of concurrent calls. Leave this empty for no limit.\n";
|
||||
echo "".$content_broadcast['label-concurrentlimitinfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -300,23 +305,23 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Caller ID Name:\n";
|
||||
echo " ".$content_broadcast['label-calleridname'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_caller_id_name' maxlength='255' value=\"$broadcast_caller_id_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Applicable if the provider allow the Caller ID Name to be set. default: anonymous\n";
|
||||
echo "".$content_broadcast['label-calleridnameinfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Caller ID Number:\n";
|
||||
echo " ".$content_broadcast['label-calleridnumber'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_caller_id_number' maxlength='255' value=\"$broadcast_caller_id_number\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000\n";
|
||||
echo "".$content_broadcast['label-calleridnumberinfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
/*
|
||||
@@ -349,34 +354,34 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Destination Number:\n";
|
||||
echo " ".$content_broadcast['label-destination'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_destination_data' maxlength='255' value=\"$broadcast_destination_data\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Send the call to the extension an IVR Menu, Conference Room, or any other number. <br /><br />\n";
|
||||
echo "".$content_broadcast['label-destinationinfo']." <br /><br />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Phone Number List:\n";
|
||||
echo " ".$content_broadcast['label-phone'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <textarea class='formfld' type='text' name='broadcast_phone_numbers' rows='10'>$broadcast_phone_numbers</textarea>\n";
|
||||
echo "<br />\n";
|
||||
echo "Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name <br /><br />\n";
|
||||
echo "".$content_broadcast['label-phoneinfo']." <br /><br />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " Description:\n";
|
||||
echo " ".$content_broadcast['label-description'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_description' maxlength='255' value=\"$broadcast_description\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Enter a description here.\n";
|
||||
echo "".$content_broadcast['label-descriptioninfo']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -384,10 +389,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " <td colspan='2' align='right'>\n";
|
||||
if ($action == "update") {
|
||||
echo " <input type='hidden' name='call_broadcast_uuid' value='$call_broadcast_uuid'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='v_call_broadcast_send.php?call_broadcast_uuid=$call_broadcast_uuid'\" value='Send Broadcast'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='v_call_broadcast_send.php?call_broadcast_uuid=$call_broadcast_uuid'\" value='".$content_broadcast['button-send']."'>\n";
|
||||
}
|
||||
|
||||
echo " <input type='submit' name='submit' class='btn' value='Save'>\n";
|
||||
echo " <input type='submit' name='submit' class='btn' value='".$content_broadcast."'>\n";
|
||||
echo " </td>\n";
|
||||
echo " </tr>";
|
||||
echo "</table>";
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "app_languages.php";
|
||||
if (permission_exists('call_broadcast_send')) {
|
||||
//access granted
|
||||
}
|
||||
@@ -34,6 +35,10 @@ else {
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach($content_broadcast as $key => $value) {
|
||||
$content_broadcast[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
//set the max execution time to 1 hour
|
||||
ini_set(max_execution_time,3600);
|
||||
|
||||
@@ -117,7 +122,7 @@ function cmd_async($cmd) {
|
||||
echo "<div align='center'>\n";
|
||||
echo "<table width='40%'>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<th align='left'>Message</th>\n";
|
||||
echo "<th align='left'>".$content_broadcast['label-message']."</th>\n";
|
||||
echo "</tr>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<td class='row_style1'><strong>$msg</strong></td>\n";
|
||||
@@ -196,12 +201,12 @@ function cmd_async($cmd) {
|
||||
echo "</tr>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<td class='row_style1' align='center'>\n";
|
||||
echo " <strong>Call Broadcast $broadcast_name has been started.</strong>\n";
|
||||
echo " <strong>".$content_broadcast['label-callbroadcast']." $broadcast_name ".$content_broadcast['label-hasbeen']."</strong>\n";
|
||||
echo " <br /><br />\n";
|
||||
echo " <table width='100%'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td align='center'>\n";
|
||||
echo " <a href='".PROJECT_PATH."/app/calls_active/v_calls_active.php'>View Calls</a>\n";
|
||||
echo " <a href='".PROJECT_PATH."/app/calls_active/v_calls_active.php'>".$content_broadcast['label-viewcalls']."</a>\n";
|
||||
echo " </td>\n";
|
||||
echo " </table>\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user