\n";
echo " | ".$text['label-field'].": | \n";
echo " \n";
@@ -710,7 +710,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " | \n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo " | \n";
echo " ".$text['label-field'].":\n";
@@ -797,7 +797,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
$prep_statement->execute();
$result = $prep_statement->fetchAll(PDO::FETCH_ASSOC);
if (count($result) > 0) {
- echo " | \n";
@@ -848,7 +848,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "\n";
//switch_select_destination(select_type, select_label, select_name, select_value, select_style, action);
- switch_select_destination("dialplan", "", "action_2", $action_2, "width: 60%;", "");
+ switch_select_destination("dialplan", "", "action_2", $action_2, "", "");
echo " | \n";
echo "\n";
@@ -859,7 +859,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-limit'].":\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo "\n";
echo " | \n";
@@ -870,7 +870,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-order'].":\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
if (strlen(htmlspecialchars($public_order))> 0) {
echo " \n";
}
@@ -892,7 +892,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-enabled'].":\n";
echo " | \n";
echo "\n";
- echo " \n";
+ echo " \n";
if ($dialplan_enabled == "true") {
echo " \n";
}
@@ -916,7 +916,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-description'].":\n";
echo " | \n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo "\n";
echo " | \n";
diff --git a/resources/switch.php b/resources/switch.php
index b43ba42460..403d850778 100644
--- a/resources/switch.php
+++ b/resources/switch.php
@@ -1614,9 +1614,9 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
if (strlen($select_label) > 0) {
echo " \n";
}
- else {
- echo " \n";
- }
+ //else {
+ // echo " \n";
+ //}
}
if ($select_type == "dialplan" || $select_type == "ivr" || $select_type == "call_center_contact") {
echo "\n";
|