From 13725701cf5f13e06da981bd26f2dc9e776aa73d Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 19 Nov 2015 22:32:34 -0700 Subject: [PATCH] Time condition fix alignment of the arrow button by adding style nowrap and 3 pixel padding. --- app/time_conditions/time_condition_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index f3e70b9f77..1a3178ddcb 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -860,7 +860,7 @@ function add_custom_condition($destination, $group_id, $dialplan_action = '') { echo " ".$text['label-group']."\n"; echo " "; echo " "; - echo " "; + echo " "; //$destination = new destinations; echo $destination->select('dialplan', 'dialplan_action['.$group_id.']', $dialplan_action); echo " ";