diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index f36c405360..26ed7f6212 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2014 the Initial Developer. All Rights Reserved. Contributor(s): @@ -850,24 +850,24 @@ function type_onchange(dialplan_detail_type) { echo "\n"; echo "\n"; - echo " ".$text['label-order'].":\n"; + echo " ".$text['label-order'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + //echo " \n"; if (strlen(htmlspecialchars($dialplan_order))> 0) { - echo " \n"; + echo " \n"; } - $i=0; - while($i<=999) { - if (strlen($i) == 1) { echo " \n"; } - if (strlen($i) == 2) { echo " \n"; } - if (strlen($i) == 3) { echo " \n"; } - $i++; + $i = 100; + while($i <= 999) { + if (strlen($i) == 1) { echo " \n"; } + if (strlen($i) == 2) { echo " \n"; } + if (strlen($i) == 3) { echo " \n"; } + $i = $i + 10; } - echo " \n"; - echo "
\n"; - echo $text['description-order']."\n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-order']."\n"; echo "\n"; echo "\n";