mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 09:35:04 +00:00
Remove the empty select option from the dialplan detail group.
This commit is contained in:
@@ -459,7 +459,6 @@ function Replaceivr_menu_option_param(obj){
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select name='dialplan_detail_group' class='formfld'>\n";
|
||||
echo " <option></option>\n";
|
||||
if (strlen($dialplan_detail_group)> 0) {
|
||||
echo " <option selected='selected' value='".htmlspecialchars($dialplan_detail_group)."'>".htmlspecialchars($dialplan_detail_group)."</option>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user