From b0cdde365bc613590a18071531d7cb5c70b240ca Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 May 2016 21:54:20 -0600 Subject: [PATCH] Update device_edit.php Remove the device user add button. --- app/devices/device_edit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 5767872cb8..61cb0a2724 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -1358,9 +1358,6 @@ require_once "resources/require.php"; echo " \n"; } echo " "; - if ($action == "update") { - echo " \n"; - } unset($users); echo "
\n"; echo " ".$text['description-users']."\n"; @@ -1549,4 +1546,4 @@ require_once "resources/require.php"; //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>