Fixed indents and coding style.

This commit is contained in:
Arjit Chaudhary
2015-08-29 21:27:11 +05:30
parent 35c7c6ab1b
commit 6b9315bdce
+2 -1
View File
@@ -21,7 +21,8 @@ echo '</tr></thead><tbody>';
echo '</td>';
echo '</tr>';
}
} 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 "<center>Looks like no groups have been created, let's create one now. Click on <b>Create New Group</b> to create one.</center><br>";
echo "<center><button type='button' class='btn btn-primary btn-sm' aria-label='Add' data-toggle='modal' data-target='#create-group' data-group_id='' name='create-device-group'>Create new Group</button></center>";
}