mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user