mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
DB update The long awaited Client Tag support is finally complete along with icon support and color badges this has replaced the user maintenance field to allow further customization, fixed tickets as it was using the old permission system.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<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>
|
||||
<?php echo $client_tags_display; ?>
|
||||
</center>
|
||||
</li>
|
||||
<li class="nav-header mt-3">CLIENT</li>
|
||||
|
||||
Reference in New Issue
Block a user