Update dialplan_outbound_add.php
This commit is contained in:
parent
e8db611998
commit
c4131cdb88
|
|
@ -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-2016
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2018
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -1027,7 +1027,7 @@ function type_onchange(dialplan_detail_type) {
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
if (permission_exists('outbound_route_pin_numbers')) {
|
||||
if (permission_exists('outbound_route_pin_numbers')) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
echo " ".$text['label-pin_numbers']."\n";
|
||||
|
|
@ -1043,7 +1043,6 @@ if (permission_exists('outbound_route_pin_numbers')) {
|
|||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
||||
echo " ".$text['label-order']."\n";
|
||||
|
|
@ -1067,8 +1066,6 @@ if (permission_exists('outbound_route_pin_numbers')) {
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
|
||||
echo " ".$text['label-enabled']."\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue