mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 10:45:44 +00:00
Call Broadcast: Add window titles.
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
<?php
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title']['en-us'] = "Call Broadcasts";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['title']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
$text['title']['de-de'] = "Rundrufe";
|
||||
$text['title']['es-cl'] = "Llamada Masiva (Broadcast)";
|
||||
$text['title']['es-mx'] = "Llamada Masiva (Broadcast)"; //copied from es-cl
|
||||
$text['title']['fr-ca'] = "Campagne d'appels"; //copied from fr-fr
|
||||
$text['title']['fr-fr'] = "Campagne d'appels";
|
||||
$text['title']['he-il'] = "הגדרת חשבון";
|
||||
$text['title']['it-it'] = "Chiamate Multiple";
|
||||
$text['title']['nl-nl'] = "Omroep";
|
||||
$text['title']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['title']['ro-ro'] = "";
|
||||
$text['title']['ru-ru'] = "Массовые вызовы";
|
||||
$text['title']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['title']['uk-ua'] = "Трансляція дзвінків";
|
||||
$text['title-call_broadcasts']['en-us'] = "Call Broadcasts";
|
||||
$text['title-call_broadcasts']['ar-eg'] = "";
|
||||
$text['title-call_broadcasts']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['title-call_broadcasts']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
$text['title-call_broadcasts']['de-de'] = "Rundrufe";
|
||||
$text['title-call_broadcasts']['es-cl'] = "Llamada Masiva (Broadcast)";
|
||||
$text['title-call_broadcasts']['es-mx'] = "Llamada Masiva (Broadcast)"; //copied from es-cl
|
||||
$text['title-call_broadcasts']['fr-ca'] = "Campagne d'appels"; //copied from fr-fr
|
||||
$text['title-call_broadcasts']['fr-fr'] = "Campagne d'appels";
|
||||
$text['title-call_broadcasts']['he-il'] = "הגדרת חשבון";
|
||||
$text['title-call_broadcasts']['it-it'] = "Chiamate Multiple";
|
||||
$text['title-call_broadcasts']['nl-nl'] = "Omroep";
|
||||
$text['title-call_broadcasts']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$text['title-call_broadcasts']['pt-br'] = "Configurações da Conta";
|
||||
$text['title-call_broadcasts']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['title-call_broadcasts']['ro-ro'] = "";
|
||||
$text['title-call_broadcasts']['ru-ru'] = "Массовые вызовы";
|
||||
$text['title-call_broadcasts']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['title-call_broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
|
||||
$text['title-call_broadcast']['en-us'] = "Call Broadcasts";
|
||||
$text['title-call_broadcast']['en-us'] = "Call Broadcast";
|
||||
$text['title-call_broadcast']['ar-eg'] = "";
|
||||
$text['title-call_broadcast']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['title-call_broadcast']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-call_broadcast'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//show the content
|
||||
|
||||
@@ -280,15 +280,13 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//begin header
|
||||
$document['title'] = $text['title-call_broadcast'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//begin content
|
||||
echo "<form method='post' name='frm' action='' enctype='multipart/form-data'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td width='30%' align='left' nowrap='nowrap'><b>".$text['label-call-broadcast']."</b></td>\n";
|
||||
echo "<td width='70%' align='right'>\n";
|
||||
echo "<div style='float: right;'>\n";
|
||||
echo " <input type='button' class='btn' style='margin-right: 15px;' name='back' alt='".$text['button-back']."' onclick=\"window.location='call_broadcast.php'\" value='".$text['button-back']."'>\n";
|
||||
if ($action == "update") {
|
||||
if (permission_exists('call_broadcast_delete')) {
|
||||
@@ -299,15 +297,19 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<input type='button' class='btn' style='margin-right: 15px;' name='' alt='".$text['button-stop']."' onclick=\"window.location='call_broadcast_stop.php?id=".urlencode($call_broadcast_uuid)."'\" value='".$text['button-stop']."'>\n";
|
||||
}
|
||||
echo " <input type='submit' class='btn' name='submit' value='".$text['button-save']."'>\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
echo "<b>".$text['title-call_broadcast']."</b>\n";
|
||||
echo "<br><br>\n";
|
||||
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
||||
echo "<td class='vncellreq' width='30%' valign='top' align='left' nowrap>\n";
|
||||
echo " ".$text['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=\"".escape($broadcast_name)."\" required='required'>\n";
|
||||
echo " <input class='formfld' width='70%' type='text' name='broadcast_name' maxlength='255' value=\"".escape($broadcast_name)."\" required='required'>\n";
|
||||
echo "<br />\n";
|
||||
echo "".$text['description-name']."\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user