mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
removed gui for custom fields
This commit is contained in:
@@ -97,14 +97,14 @@
|
||||
<p>Categories</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- ---------------------- TODO: Custom Fields ----------------------
|
||||
<li class="nav-item">
|
||||
<a href="settings_custom_fields.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_custom_fields.php") { echo "active"; } ?>">
|
||||
<a href="settings_custom_fields.php" class="nav-link <?php //if (basename($_SERVER["PHP_SELF"]) == "settings_custom_fields.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-th-list"></i>
|
||||
<p>Custom Fields</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
-->
|
||||
<li class="nav-item">
|
||||
<a href="settings_tags.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_tags.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-tags"></i>
|
||||
@@ -112,6 +112,13 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="settings_account_types.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_account_types.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-money-bill-wave"></i>
|
||||
<p>Account Types</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-header mt-3">TEMPLATES</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user