Time condition hide the group label as it uses too much vertical space and the group number is provided by default.

This commit is contained in:
markjcrane
2016-03-22 23:39:23 -06:00
parent 024fd460bd
commit 82c18e988b

View File

@@ -857,7 +857,7 @@ function add_custom_condition($destination, $group_id, $dialplan_action = '') {
echo " </tr>";
echo " </tr>";
echo " <td colspan='2' class='vtable' style='width: 108px;'>".$text['label-destination']."</td>\n";
echo " <td colspan='2' class='vtable'>".$text['label-group']."</td>\n";
//echo " <td colspan='2' class='vtable'>".$text['label-group']."</td>\n";
echo " </tr>";
echo " <tr>";
echo " <td colspan='2' style='padding-top: 3px; padding-right: 3px; white-space: nowrap;'>";