From f4d8dec42eed7f16ac404eabd706e4871dc08510 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Sep 2017 18:40:49 -0600 Subject: [PATCH] Update dialplans.php --- app/dialplans/dialplans.php | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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));