From 93f2155d85c4424a764ef271f367dfaefe8a1735 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 12 Feb 2020 11:17:08 -0700 Subject: [PATCH] Extension - Edit: Clean up. --- app/extensions/extension_edit.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 2613ba2faa..c988e0f6d4 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1060,12 +1060,7 @@ echo " \n"; echo " ".$text['label-device_template']." \n"; echo " \n"; - - echo " \n"; - //if (permission_exists('device_delete')) { - // echo " $v_link_label_delete\n"; - //} - echo " \n"; + echo "  \n"; echo " \n"; foreach($device_lines as $row) { $device_mac_address = $row['device_mac_address'];