mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +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_name);
|
||||||
$destination_id = str_replace("[", "_", $destination_id);
|
$destination_id = str_replace("[", "_", $destination_id);
|
||||||
|
|
||||||
|
//set the css style
|
||||||
|
$select_style = 'width: 200px;';
|
||||||
|
|
||||||
//add additional
|
//add additional
|
||||||
if (if_group("superadmin")) {
|
if (if_group("superadmin")) {
|
||||||
$response = "<script>\n";
|
$response = "<script>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user