Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there

This commit is contained in:
root
2019-05-11 20:06:01 -04:00
parent f5377409b0
commit 5c55358841
750 changed files with 225007 additions and 177 deletions

11
setup_top_nav.php Normal file
View File

@@ -0,0 +1,11 @@
<nav class="navbar navbar-expand navbar-dark bg-primary static-top">
<button class="btn btn-link btn-sm text-white order-1 order-sm-0" id="sidebarToggle" href="#">
<i class="fas fa-bars"></i>
</button>
<!-- Navbar -->
<ul class="navbar-nav ml-auto ml-md-0">
</ul>
</nav>