diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 0f093e92cc..d4d759e62c 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -399,7 +399,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { tb.name=obj.name; tb.className='formfld'; //tb.setAttribute('id', 'ivr_menu_option_param'); - tb.setAttribute('style', 'width:195px;'); + tb.setAttribute('style', 'width:175px;'); tb.value=obj.options[obj.selectedIndex].value; tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); @@ -648,8 +648,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo "\n"; //type - if ($element['hidden']) { $element['width'] = '0'; } else { $element['width'] = '195'; } - echo "