mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Moved Company info out of settings and into the companies table, updated pdf, invoice, quotes, guest view, post, setup
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-company.php") { echo "active"; } ?>"
|
||||
href="settings-company.php">
|
||||
<i class="fa fa-fw fa-2x fa-building"></i><br>
|
||||
Company
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-mail.php") { echo "active"; } ?>"
|
||||
href="settings-mail.php">
|
||||
|
||||
Reference in New Issue
Block a user