The start of client logins has begun, now can link a user with a client to allow client logins, clients can only view client.php there is more work to be done

This commit is contained in:
root
2019-05-27 12:28:41 -04:00
parent 889a749d88
commit e0e723bb9f
8 changed files with 48 additions and 12 deletions

View File

@@ -15,6 +15,8 @@
<tr>
<th class="text-center">Name</th>
<th>Email</th>
<th>Type</th>
<th>Status</th>
<th class="text-center">Actions</th>
</tr>
</thead>
@@ -27,6 +29,7 @@
$email = $row['email'];
$password = $row['password'];
$avatar = $row['avatar'];
$client_id = $row['client_id'];
$initials = initials($name);
?>
@@ -45,6 +48,8 @@
<div class="text-secondary"><?php echo $name; ?></div>
</td>
<td><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></td>
<td>Client</td>
<td>Status</td>
<td>
<div class="dropdown dropleft text-center">
<button class="btn btn-secondary btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">