Merge pull request #5119 from chansizzle/patch-222

Update dialplan_edit.php
This commit is contained in:
FusionPBX 2020-01-16 15:02:04 -07:00 committed by GitHub
commit e4c326c1c6
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2019
Portions created by the Initial Developer are Copyright (C) 2008-2020
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -567,7 +567,7 @@
echo " <tr>\n";
echo " <td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
//echo " ".$text['label-enabled']."\n";
echo " ".$text['label-enabled']."\n";
echo " </td>\n";
echo " <td class='vtable' align='left'>\n";
echo " <select class='formfld' name='dialplan_enabled'>\n";
@ -891,4 +891,4 @@
//show the footer
require_once "resources/footer.php";
?>
?>