Deletes and Archivs are now red text

This commit is contained in:
johnnyq
2021-08-11 17:45:11 -04:00
parent f6f611667f
commit ffc6ce00ca
29 changed files with 33 additions and 31 deletions

View File

@@ -148,7 +148,7 @@
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#editUserCompaniesModal<?php echo $user_id; ?>">Company Access</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#editUserClientsModal<?php echo $user_id; ?>">Client Access</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="post.php?archive_user=<?php echo $user_id; ?>">Archive</a>
<a class="dropdown-item text-danger" href="post.php?archive_user=<?php echo $user_id; ?>">Archive</a>
</div>
</div>
</td>