mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update destinations.php
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user