From 972f7be14a79d19ca0023e2d9fd683e55326120f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Dec 2019 09:15:55 -0700 Subject: [PATCH] Update device_edit.php remove the style width 45px that would truncate the wdith of the select. --- app/devices/device_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index d0bc20c62d..1589bfcb44 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -18,6 +18,7 @@ The Initial Developer of the Original Code is Mark J Crane Copyright (C) 2008-2019 All Rights Reserved. + */ //includes @@ -924,7 +925,7 @@ echo " \n"; echo " \n"; $selected = "selected=\"selected\" "; - echo " \n"; echo " \n"; for ($n = 1; $n <=99; $n++) { echo " \n";