From 6819062453ea29cdee63a27c7b3637cbe754b309 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 20 Sep 2012 09:41:36 +0000 Subject: [PATCH] Hide the call flow name from the list its status and description should be enough to identify it. call flow name is still used as the dialplan name for the call flow. --- app/call_flows/call_flows.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index e234033404..c49e292f97 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.php @@ -102,7 +102,7 @@ require_once "includes/paging.php"; echo "\n"; echo "\n"; echo th_order_by('call_flow_status', 'Status', $order_by, $order); - echo th_order_by('call_flow_name', 'Name', $order_by, $order); + //echo th_order_by('call_flow_name', 'Name', $order_by, $order); echo th_order_by('call_flow_extension', 'Extension', $order_by, $order); echo th_order_by('call_flow_feature_code', 'Feature Code', $order_by, $order); //echo "\n"; @@ -130,7 +130,7 @@ require_once "includes/paging.php"; } echo " \n"; echo " \n"; - echo " \n"; + //echo " \n"; echo " \n"; echo " \n"; //echo " \n";
Destination".$row['call_flow_name']." ".$row['call_flow_name']." ".$row['call_flow_extension']." ".$row['call_flow_feature_code']." ".$row['call_flow_app']." ".$row['call_flow_data']."