mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Merged Invoice and Quotes Settings into one
This commit is contained in:
@@ -33,18 +33,10 @@
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-invoice.php") { echo "active"; } ?>"
|
||||
href="settings-invoice.php">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-invoice-quotes.php") { echo "active"; } ?>"
|
||||
href="settings-invoice-quotes.php">
|
||||
<i class="fa fa-fw fa-2x fa-file"></i><br>
|
||||
Invoice
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-quote.php") { echo "active"; } ?>"
|
||||
href="settings-quote.php">
|
||||
<i class="fa fa-fw fa-2x fa-file"></i><br>
|
||||
Quote
|
||||
Invoices / Quotes
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user