From cf007660887d0fd76ea8725c46008b984fbff040 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 28 Feb 2020 06:26:58 -0700 Subject: [PATCH] Dialplans - Edit: Add select-all checkbox for bulk delete of Details. --- app/dialplans/dialplan_edit.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index 8fb3574ba3..05cd51232f 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -702,7 +702,7 @@ echo "\n"; $x = 0; - foreach($details as $group) { + foreach($details as $g => $group) { if ($x != 0) { echo ""; @@ -717,7 +717,10 @@ echo "\n"; echo "\n"; if (permission_exists('dialplan_detail_delete')) { - echo "\n"; + echo "\n"; } echo "\n"; @@ -936,7 +939,7 @@ if (permission_exists('dialplan_detail_delete')) { echo "\n"; @@ -970,4 +973,4 @@ //show the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file


".$text['label-group']."".$text['label-order']."".$text['label-delete']."\n"; + echo " ".$text['label-delete']."\n"; + echo " \n"; + echo "
"; if (is_uuid($dialplan_detail_uuid)) { - echo " \n"; + echo " \n"; echo " \n"; } echo "