From 830238631c656063cd4deadaedf4b5d0152b3d7b Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Thu, 23 Apr 2015 16:39:49 +0000 Subject: [PATCH] device_vendor & device_mac_address are a must --- app/devices/device_edit.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 88fb48b587..d51f0cc7a9 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -21,6 +21,7 @@ Contributor(s): Mark J Crane + Luis Daniel Lucio Quiroz */ require_once "root.php"; require_once "resources/require.php"; @@ -450,7 +451,7 @@ require_once "resources/require.php"; echo " ".$text['label-device_mac_address']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n"; @@ -1054,7 +1055,7 @@ require_once "resources/require.php"; echo " ".$text['label-device_vendor']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-device_vendor']."\n"; echo "\n"; @@ -1159,4 +1160,4 @@ require_once "resources/require.php"; //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>