Removal of colon next to form label names.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
$text['description-timeout_destination']['fr-fr'] = "";
|
||||
$text['description-timeout_destination']['pt-pt'] = "Escolha destino no caso de timeout no grupo.";
|
||||
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this ring group. ";
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this ring group.";
|
||||
$text['description-user_list']['es-cl'] = "Define los usuarios que serán asignados a este grupo de llamado";
|
||||
$text['description-user_list']['fr-fr'] = "Associer les utilisateurs à ce groupe de sonnerie. ";
|
||||
$text['description-user_list']['pt-pt'] = "Associar utilizadores ao grupo.";
|
||||
@@ -141,10 +141,10 @@
|
||||
$text['header-ring-group-forward']['fr-fr'] = "Renvoi du groupe de sonnerie";
|
||||
$text['header-ring-group-forward']['pt-pt'] = "Encaminhar Grupo";
|
||||
|
||||
$text['label-call-forward']['en-us'] = "Call Forward:";
|
||||
$text['label-call-forward']['en-us'] = "Call Forward";
|
||||
$text['label-call-forward']['es-cl'] = "Desvío de llamados";
|
||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'Appel:";
|
||||
$text['label-call-forward']['pt-pt'] = "Encaminhar Chamada:";
|
||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'Appel";
|
||||
$text['label-call-forward']['pt-pt'] = "Encaminhar Chamada";
|
||||
|
||||
$text['label-cid-name-prefix']['en-us'] = "CID Name Prefix";
|
||||
$text['label-cid-name-prefix']['es-cl'] = "CID Nombre Prefijo";
|
||||
@@ -166,10 +166,10 @@
|
||||
$text['label-delay']['fr-fr'] = "Délais";
|
||||
$text['label-delay']['pt-pt'] = "Atraso";
|
||||
|
||||
$text['label-description']['en-us'] = "Description:";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['fr-fr'] = "Description:";
|
||||
$text['label-description']['pt-pt'] = "Descrição:";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['es-cl'] = "Retraso";
|
||||
@@ -231,10 +231,10 @@
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
|
||||
$text['label-forward_destination']['en-us'] = "Number:";
|
||||
$text['label-forward_destination']['en-us'] = "Number";
|
||||
$text['label-forward_destination']['es-cl'] = "Número";
|
||||
$text['label-forward_destination']['fr-fr'] = "Numéro:";
|
||||
$text['label-forward_destination']['pt-pt'] = "Número:";
|
||||
$text['label-forward_destination']['fr-fr'] = "Numéro";
|
||||
$text['label-forward_destination']['pt-pt'] = "Número";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
|
||||
@@ -202,7 +202,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-destination_number'].":\n";
|
||||
echo " ".$text['label-destination_number']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='destination_number' maxlength='255' value=\"$destination_number\">\n";
|
||||
@@ -213,7 +213,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-destination_delay'].":\n";
|
||||
echo " ".$text['label-destination_delay']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
destination_select('destination_delay', $destination_delay, '0');
|
||||
@@ -225,7 +225,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-destination_timeout'].":\n";
|
||||
echo " ".$text['label-destination_timeout']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
destination_select('destination_timeout', $destination_timeout, '30');
|
||||
@@ -238,7 +238,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if (permission_exists('ring_group_prompt')) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-destination_prompt'].":\n";
|
||||
echo " ".$text['label-destination_prompt']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='destination_prompt'>\n";
|
||||
|
||||
@@ -416,7 +416,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-name'].":\n";
|
||||
echo " ".$text['label-name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='ring_group_name' maxlength='255' value=\"$ring_group_name\" required='required'>\n";
|
||||
@@ -427,7 +427,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-extension'].":\n";
|
||||
echo " ".$text['label-extension']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='number' name='ring_group_extension' maxlength='255' min='0' step='1' value=\"$ring_group_extension\" required='required'>\n";
|
||||
@@ -439,7 +439,7 @@ else {
|
||||
if (if_group("superadmin")) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-context'].":\n";
|
||||
echo " ".$text['label-context']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='ring_group_context' maxlength='255' value=\"$ring_group_context\" required='required'>\n";
|
||||
@@ -451,7 +451,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-strategy'].":\n";
|
||||
echo " ".$text['label-strategy']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='ring_group_strategy' onchange=\"getElementById('destination_delayorder').innerHTML = (this.selectedIndex == 1 || this.selectedIndex == 3) ? '".$text['label-destination_order']."' : '".$text['label-destination_delay']."';\">\n";
|
||||
@@ -466,7 +466,7 @@ else {
|
||||
echo "</tr>\n";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td class='vncellreq' valign='top'>".$text['label-destinations'].":</td>";
|
||||
echo " <td class='vncellreq' valign='top'>".$text['label-destinations']."</td>";
|
||||
echo " <td class='vtable' align='left'>";
|
||||
|
||||
echo " <table border='0' cellpadding='2' cellspacing='0'>\n";
|
||||
@@ -549,7 +549,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-timeout_destination'].":\n";
|
||||
echo " ".$text['label-timeout_destination']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
//switch_select_destination(select_type, select_label, select_name, select_value, select_style, action);
|
||||
@@ -561,7 +561,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-cid-name-prefix'].":\n";
|
||||
echo " ".$text['label-cid-name-prefix']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='ring_group_cid_name_prefix' maxlength='255' value='$ring_group_cid_name_prefix'>\n";
|
||||
@@ -572,7 +572,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-cid-number-prefix'].":\n";
|
||||
echo " ".$text['label-cid-number-prefix']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='number' name='ring_group_cid_number_prefix' maxlength='255' min='0' step='1' value='$ring_group_cid_number_prefix'>\n";
|
||||
@@ -583,7 +583,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-ringback'].":\n";
|
||||
echo " ".$text['label-ringback']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
|
||||
@@ -645,7 +645,7 @@ else {
|
||||
echo "</tr>\n";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td class='vncell' valign='top'>".$text['label-user_list'].":</td>";
|
||||
echo " <td class='vncell' valign='top'>".$text['label-user_list']."</td>";
|
||||
echo " <td class='vtable'>";
|
||||
echo " <table width='52%'>\n";
|
||||
foreach($ring_group_users as $field) {
|
||||
@@ -681,7 +681,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-skip_active'].":\n";
|
||||
echo " ".$text['label-skip_active']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='ring_group_skip_active'>\n";
|
||||
@@ -705,7 +705,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-enabled'].":\n";
|
||||
echo " ".$text['label-enabled']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='ring_group_enabled'>\n";
|
||||
@@ -729,7 +729,7 @@ else {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " Description:\n";
|
||||
echo " ".$text['label-description']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='ring_group_description' maxlength='255' value=\"$ring_group_description\">\n";
|
||||
|
||||
Reference in New Issue
Block a user