Update dialplan_edit.php

This commit is contained in:
chansizzle 2020-01-16 14:59:27 -07:00 committed by GitHub
parent 947c018160
commit c9b45a7335
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";
?>
?>