From bafa33ba0b957c5074e95da4eeecd5c7b2aa2221 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 4 Aug 2016 17:48:59 -0600 Subject: [PATCH] Update call_flow_edit.php Reduce the width of the sounds list for call flow edit. --- app/call_flows/call_flow_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index e7cb59859d..eed70c3bd2 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -444,7 +444,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " tb.type='text';\n"; echo " tb.name=obj.name;\n"; echo " tb.setAttribute('class', 'formfld');\n"; - echo " tb.setAttribute('style', 'width: 380px;');\n"; + //echo " tb.setAttribute('style', 'width: 380px;');\n"; echo " tb.value=obj.options[obj.selectedIndex].value;\n"; echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; @@ -476,7 +476,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo "\n"; echo " \n"; //misc optgroup if (if_group("superadmin")) {