mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Updated Side Nav header spacing from 3 to 2 removed some unnessary title headers in sidenav, this will allow for more room for other items on the side navs
This commit is contained in:
10
side_nav.php
10
side_nav.php
@@ -76,7 +76,7 @@
|
||||
|
||||
<?php if($session_user_role >= 2 && $config_module_enable_ticketing == 1){ ?>
|
||||
|
||||
<li class="nav-header mt-3">SUPPORT</li>
|
||||
<li class="nav-header mt-2">SUPPORT</li>
|
||||
<li class="nav-item">
|
||||
<a href="tickets.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "tickets.php" || basename($_SERVER["PHP_SELF"]) == "ticket.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-ticket-alt"></i>
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
<?php if($session_user_role == 1 OR $session_user_role == 3 && $config_module_enable_accounting == 1){ ?>
|
||||
|
||||
<li class="nav-header mt-3">SALES</li>
|
||||
<li class="nav-header mt-2">SALES</li>
|
||||
<li class="nav-item">
|
||||
<a href="quotes.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "quotes.php" || basename($_SERVER["PHP_SELF"]) == "quote.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-file-invoice"></i>
|
||||
@@ -138,7 +138,7 @@
|
||||
<p>Products</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-header mt-3">ACCOUNTING</li>
|
||||
<li class="nav-header mt-2">ACCOUNTING</li>
|
||||
<li class="nav-item">
|
||||
<a href="payments.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "payments.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-credit-card"></i>
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
<?php if($session_user_role == 3){ ?>
|
||||
|
||||
<li class="nav-item mt-3">
|
||||
<li class="nav-item mt-2">
|
||||
<a href="users.php" class="nav-link">
|
||||
<i class="nav-icon fas fa-cog"></i>
|
||||
<p>Settings</p>
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
?>
|
||||
|
||||
<li class="nav-header mt-3">EXTERNAL LINKS</li>
|
||||
<li class="nav-header mt-2">EXTERNAL LINKS</li>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user