Update destinations.php

This commit is contained in:
FusionPBX
2017-02-22 20:59:30 -07:00
committed by GitHub
parent 78876e08d2
commit 5f0dccbb0f

View File

@@ -130,6 +130,9 @@ class destinations {
$destination_id = str_replace("]", "", $destination_name);
$destination_id = str_replace("[", "_", $destination_id);
//set the css style
$select_style = 'width: 200px;';
//add additional
if (if_group("superadmin")) {
$response = "<script>\n";