mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Updated SBAdmin Template along with chartjs, boostrap, fontawesome, jquery etc updated numbers to use mono-space, Add buttons are now just a + icon
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
<!-- Sidebar -->
|
||||
|
||||
<ul class="sidebar navbar-nav d-print-none">
|
||||
|
||||
<li class="nav-item my-3">
|
||||
<h2 class="text-white text-center"><?php echo $client_name; ?></h2>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="clients.php">
|
||||
<button class="btn btn-outline-light btn-block">
|
||||
<i class="fas fa-fw fa-arrow-left mx-2"></i>
|
||||
<i class="fas fa-fw fa-arrow-left"></i>
|
||||
<span>Back</span>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user