Update dialplan_outbound_add.php
This commit is contained in:
@@ -846,7 +846,8 @@ function type_onchange(dialplan_detail_type) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//set the onchange
|
//set the onchange
|
||||||
if (if_group("superadmin")) { $onchange = "onchange='changeToInput(this);'"; } else { $onchange = ''; }
|
$onchange = '';
|
||||||
|
//if (if_group("superadmin")) { $onchange = "onchange='changeToInput(this);'"; } else { $onchange = ''; }
|
||||||
|
|
||||||
echo "<select name=\"gateway\" id=\"gateway\" class=\"formfld\" $onchange>\n";
|
echo "<select name=\"gateway\" id=\"gateway\" class=\"formfld\" $onchange>\n";
|
||||||
echo "<option value=''></option>\n";
|
echo "<option value=''></option>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user