From 725876a0e8ca2338feaff22173f8cf6bb4615e2b Mon Sep 17 00:00:00 2001 From: Matthew Vale Date: Tue, 5 Jan 2016 15:17:20 +0000 Subject: [PATCH] Updated ring_group_forward for user dashboard this is so the user_dashboard consistently shows the ring group name (as used elsewhere to refer to a ring group) --- app/ring_groups/ring_group_forward.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ring_groups/ring_group_forward.php b/app/ring_groups/ring_group_forward.php index b733d884ea..b04816015a 100644 --- a/app/ring_groups/ring_group_forward.php +++ b/app/ring_groups/ring_group_forward.php @@ -128,7 +128,6 @@ require_once "resources/paging.php"; echo "\n"; echo "\n"; - //echo th_order_by('ring_group_name', $text['label-name'], $order_by, $order); echo th_order_by('ring_group_extension', $text['label-ring-group-extension'], $order_by, $order); //echo th_order_by('ring_group_context', 'Context', $order_by, $order); //echo th_order_by('ring_group_strategy', 'Strategy', $order_by, $order); @@ -136,13 +135,13 @@ require_once "resources/paging.php"; //echo th_order_by('ring_group_timeout_data', 'Timeout Data', $order_by, $order); //echo th_order_by('ring_group_enabled', $text['label-enabled'], $order_by, $order); echo ""; + echo th_order_by('ring_group_name', $text['label-name'], $order_by, $order); echo th_order_by('ring_group_description', $text['label-description'], $order_by, $order); echo "\n"; if ($result_count > 0) { foreach($result as $row) { echo "\n"; - //echo " \n"; echo " \n"; //echo " \n"; //echo " \n"; @@ -150,6 +149,7 @@ require_once "resources/paging.php"; //echo " \n"; //echo " \n"; echo " \n"; + echo " \n"; echo " \n"; echo "\n"; if ($c==0) { $c=1; } else { $c=0; }
".$text['label-tools']."
".$row['ring_group_name']." ".$row['ring_group_extension']." ".$row['ring_group_context']." ".$row['ring_group_strategy']." ".$row['ring_group_timeout_data']." ".$row['ring_group_enabled']." ".$text['link-call-forward']."".$row['ring_group_name']." ".$row['ring_group_description']."