Added Support Type option to clients, added date added field in client listing, added client_accessed_at and sorted clients listing by recently accessed by default within client listing

This commit is contained in:
johnnyq
2021-08-10 20:12:58 -04:00
parent 83f2550d81
commit 63c986ab3c
7 changed files with 51 additions and 10 deletions

View File

@@ -13,6 +13,9 @@
<p>Back</p> |
<p><strong><?php echo $client_name; ?></strong></p>
</a>
<center>
<small class="text-secondary"><i class="fas fa-handshake"></i> <strong>SUPPORT: </strong><span style="color:<?php echo ($client_support=="Maintenance"?"green":"red");?>;"><?php echo $client_support;?></span></small>
</center>
</li>
<li class="nav-header mt-3">CLIENT</li>