From 0a136e41f02f613481690dada85476076eacf15f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 24 Sep 2025 16:40:38 -0600 Subject: [PATCH] Update the dialplan destination boolean toggle --- app/dialplans/dialplan_edit.php | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index 536b2bffbd..1ff03b0a7e 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -700,21 +700,17 @@ echo " ".$text['label-destination']."\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + if ($input_toggle_style_switch) { + echo " \n"; + echo " \n"; } - if ($dialplan_destination == false) { - echo " \n"; - } - else { - echo " \n"; - } - echo " \n"; echo " \n"; echo " \n";