From 5eb280423cd05b33401add073ecc5b5e95e66c77 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 24 Oct 2015 18:55:24 -0600 Subject: [PATCH] Move the time condition group to a location to make better use of the vertical space. --- app/time_conditions/time_condition_edit.php | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) 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