Update client_side_nav.php

This commit is contained in:
Hugo Sampaio 2024-07-12 10:53:11 -03:00
parent de49c8dba1
commit 83da33432c
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<a class="brand-link pb-1 mt-1" href="clients.php">
<p class="h5"><i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i> Back | <strong><?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?></strong></p>
<p class="h5">
<i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i>
Back |
<strong>
<?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?>
<i class="fas fa-hashtag"></i><?php echo $client_id; ?>
</strong>
</p>
</a>
<!-- Sidebar -->