This commit is contained in:
2024-05-13 13:30:57 +07:00
parent fb29ea215a
commit 4e9930841c
3 changed files with 144 additions and 8 deletions

View File

@@ -27,7 +27,6 @@
<body>
<div id="overlay"></div>
<div class="admin-global-container">
@@ -78,8 +77,9 @@
<div class="sub-menu">
{% for _item in _menuArray %}
<a href="{{ _item.url }}" {% if _item.view==global.view and _item.module==global.module %}
class="current" {% endif %}> {{ _item.name }} </a>
<a href="{{ _item.url }}"
class="{% if _item.view == global.view and _item.module == global.module %}current {% endif %}">
{{_item.name }} </a>
{% endfor %}
</div>
</details>
@@ -317,7 +317,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/datepicker.min.js"></script>
<script src="{{ 'global.js' | asset_url }}?v=1"></script>
<!-- <script src="../dist/index.js"></script> -->
{% include javascript/index %}
</body>