From 99f7f4a69d8e6f2eb4796a6ea45791839e5ff860 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 3 Sep 2019 21:15:33 -0600 Subject: [PATCH] Update dialplans.php (#4490) --- app/dialplans/dialplans.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 139edc6815..b58c3855dd 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -277,7 +277,7 @@ echo "
| "; + echo " | "; } if ($_GET['show'] == "all" && permission_exists('destination_all')) { echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param); @@ -449,8 +449,9 @@ if (sizeof($dialplan_ids) > 0) { echo "\n"; |
|---|