From c4332db765b23375f4ce952500033bf5bfece964 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 22 Mar 2016 23:39:23 -0600 Subject: [PATCH] Time condition hide the group label as it uses too much vertical space and the group number is provided by default. --- 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 e1870452e0..e8b59ee24f 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -857,7 +857,7 @@ function add_custom_condition($destination, $group_id, $dialplan_action = '') { echo " "; echo " "; echo " ".$text['label-destination']."\n"; - echo " ".$text['label-group']."\n"; + //echo " ".$text['label-group']."\n"; echo " "; echo " "; echo " ";