From c0d02200747d5339bb7cf2a399579baff69aadfd Mon Sep 17 00:00:00 2001 From: minotaur01 Date: Mon, 15 Aug 2016 11:32:01 -0400 Subject: [PATCH] Added a key profile edit and add button (#1815) Added a key profile edit and add button for easier navigation, can now hop to profile editing with one click. --- app/devices/device_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 0653a9094d..128715ddcd 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -933,12 +933,14 @@ echo " "; echo " ".$text['label-profile'].""; echo " "; - echo " \n"; echo " \n"; foreach($result as $row) { echo " \n"; } echo " \n"; + echo " "; + echo " "; echo "
".$text['description-profile2']."\n"; echo " "; echo " ";