mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Improve the Stop Broadcast message.
This commit is contained in:
@@ -133,6 +133,11 @@
|
||||
$text['description-info']['pt-pt'] = "Insira a descrição aqui.";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['es-cl'] = "Mensaje";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['button-send']['en-us'] = "Send Broadcast";
|
||||
$text['button-send']['es-cl'] = "Enviar Llamada Masiva";
|
||||
$text['button-send']['pt-pt'] = "Enviar Broadcast";
|
||||
|
||||
@@ -46,8 +46,7 @@ else {
|
||||
}
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=call_broadcast_edit.php?id=$uuid\">\n";
|
||||
header('Location: call_broadcast_edit.php?id='.$uuid);
|
||||
|
||||
//show the result
|
||||
if (count($_GET) > 0) {
|
||||
@@ -55,10 +54,8 @@ else {
|
||||
if ($fp) {
|
||||
$cmd = "sched_del ".$uuid;
|
||||
$result = event_socket_request($fp, 'api '.$cmd);
|
||||
echo htmlentities($result);
|
||||
$_SESSION['message'] = htmlentities($result);
|
||||
}
|
||||
}
|
||||
|
||||
//show the footer
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
Reference in New Issue
Block a user