From 03a266d74e2dcf1b8f4dea0ff5575447ff0676ce Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 12 Jan 2014 01:01:28 +0000 Subject: [PATCH] Adjust the width so it looks better in google chrome. --- app/dialplan/dialplan_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "\n"; + if ($element['hidden']) { $element['width'] = '0'; } else { $element['width'] = '185'; } + echo "\n"; if ($element['hidden']) { echo " \n"; }