mirror of https://github.com/itflow-org/itflow
Merge pull request #749 from o-psi/remove-gui-custom-fields
Removed gui for custom fields
This commit is contained in:
commit
c248af81fb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue