From 6b9315bdce469cebeef87ee02b4aad7f55497bfb Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Sat, 29 Aug 2015 21:27:11 +0530 Subject: [PATCH] Fixed indents and coding style. --- html/pages/device-groups.inc.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/html/pages/device-groups.inc.php b/html/pages/device-groups.inc.php index e5e6c9918..8cc08e020 100644 --- a/html/pages/device-groups.inc.php +++ b/html/pages/device-groups.inc.php @@ -21,13 +21,14 @@ echo ''; echo ''; echo ''; } -} else { //if $group_count_check is empty, aka no group found, then display a message to the user. +} +else { //if $group_count_check is empty, aka no group found, then display a message to the user. echo "
Looks like no groups have been created, let's create one now. Click on Create New Group to create one.

"; echo "
"; } echo ''; if(!empty($group_count_check)) { //display create new node group when $group_count_check has a value so that the user can define more groups in the future. -echo "
"; -echo "
"; + echo "
"; + echo "
"; }