diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index d7292e775c..1be14bd414 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -843,7 +843,7 @@ function add_custom_condition($destination, $group_id, $dialplan_action = '') { echo " ".$text['label-settings']; echo "\n"; echo "\n"; - echo " \n"; + echo "
\n"; echo " \n"; echo " \n"; echo " \n"; @@ -854,22 +854,16 @@ function add_custom_condition($destination, $group_id, $dialplan_action = '') { echo " "; echo " "; echo " "; - echo " \n"; + echo " \n"; + echo " \n"; echo " "; echo " "; - echo " "; + echo " \n"; echo " "; - echo " \n"; - echo " "; - - echo " "; - echo " \n"; - echo " "; - - echo "
".$text['label-condition']."".$text['label-condition_value']."
".$text['label-destination']."".$text['label-destination']."".$text['label-group']."
"; + echo " "; //$destination = new destinations; echo $destination->select('dialplan', 'dialplan_action['.$group_id.']', $dialplan_action); echo "
".$text['label-group']."
"; echo "
"; echo " ".$text['description-settings']; @@ -1110,4 +1104,4 @@ echo "
"; //include the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file