Skip to content

Commit

Permalink
Dialplan - Edit: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionate committed Jun 15, 2023
1 parent c1aebc3 commit 142b6dd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/dialplans/dialplan_edit.php
Expand Up @@ -726,20 +726,6 @@ function replace_param(obj){
echo " <option value='false' ".($dialplan_enabled == 'false' ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
echo " </select>\n";
}
// echo " <select class='formfld' name='dialplan_enabled'>\n";
// if ($dialplan_enabled == "true") {
// echo " <option value='true' selected='selected'>".$text['option-true']."</option>\n";
// }
// else {
// echo " <option value='true'>".$text['option-true']."</option>\n";
// }
// if ($dialplan_enabled == "false") {
// echo " <option value='false' selected='selected'>".$text['option-false']."</option>\n";
// }
// else {
// echo " <option value='false'>".$text['option-false']."</option>\n";
// }
// echo " </select>\n";
echo " </td>\n";
echo " </tr>\n";

Expand Down

0 comments on commit 142b6dd

Please sign in to comment.