diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 616acc7eff..76bd52ba09 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.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-2017 the Initial Developer. All Rights Reserved. Contributor(s): @@ -252,17 +252,6 @@ } echo " \n"; echo " \n"; - - - - //echo " \n"; - //if (permission_exists('dialplan_advanced_view') && strlen($app_uuid) == 0) { - // echo " \n"; - //} - //else { - // echo " \n"; - //} - //echo " \n"; echo "\n"; echo ""; echo "
"; @@ -272,7 +261,7 @@ echo "\n"; echo "\n"; if (permission_exists('dialplan_delete') && $result_count > 0) { - echo ""; + echo ""; } echo th_order_by('dialplan_name', $text['label-name'], $order_by, $order, $app_uuid, null, (($search != '') ? "search=".$search : null)); echo th_order_by('dialplan_number', $text['label-number'], $order_by, $order, $app_uuid, null, (($search != '') ? "search=".$search : null));