From f3913abed7669c8d1af47b47b2815316b24a1fc2 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 27 Apr 2014 09:28:47 +0000 Subject: [PATCH] Adjusted select box widths --- app/dialplan/dialplan_add.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dialplan/dialplan_add.php b/app/dialplan/dialplan_add.php index 7dbf466349..77d42c7bcc 100644 --- a/app/dialplan/dialplan_add.php +++ b/app/dialplan/dialplan_add.php @@ -544,7 +544,7 @@ echo "\n"; echo "\n"; //switch_select_destination(select_type, select_label, select_name, select_value, select_style, action); -switch_select_destination("dialplan", "", "action_1", $action_1, "width: 60%;", ""); +switch_select_destination("dialplan", "", "action_1", $action_1, "", ""); echo "\n"; echo "\n"; @@ -559,7 +559,7 @@ echo "\n"; echo "\n"; //switch_select_destination(select_type, select_label, select_name, select_value, select_style, action); -switch_select_destination("dialplan", "", "action_2", $action_2, "width: 60%;", ""); +switch_select_destination("dialplan", "", "action_2", $action_2, "", ""); echo "\n"; echo "\n"; @@ -579,7 +579,7 @@ echo "\n"; echo " ".$text['label-order'].":\n"; echo "\n"; echo "\n"; -echo " \n"; //echo " \n"; if (strlen(htmlspecialchars($dialplan_order)) > 0) { echo " \n"; @@ -599,7 +599,7 @@ echo " \n"; echo " ".$text['label-enabled'].":\n"; echo " \n"; echo " \n"; -echo " \n"; if ($dialplan_enabled == "true") { echo " \n"; } @@ -622,7 +622,7 @@ echo " \n"; echo " ".$text['label-description'].":\n"; echo " \n"; echo " \n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " \n"; echo "\n";