mirror of
https://github.com/itflow-org/itflow
synced 2026-03-21 04:55:39 +00:00
Merge pull request #749 from o-psi/remove-gui-custom-fields
Removed gui for custom fields
This commit is contained in:
@@ -97,14 +97,14 @@
|
|||||||
<p>Categories</p>
|
<p>Categories</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<!-- ---------------------- TODO: Custom Fields ----------------------
|
||||||
<li class="nav-item">
|
<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>
|
<i class="nav-icon fas fa-th-list"></i>
|
||||||
<p>Custom Fields</p>
|
<p>Custom Fields</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
-->
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="settings_tags.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_tags.php") { echo "active"; } ?>">
|
<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>
|
<i class="nav-icon fas fa-tags"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user