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:
parent
fe320d40da
commit
c4332db765
|
|
@ -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;'>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue