s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="text-sm breadcrumbs ml-[10px]">
|
||||
<ul>
|
||||
<li><a>Danh sách sản phẩm</a></li>
|
||||
<li><a href="/admin/product">Danh sách sản phẩm</a></li>
|
||||
<li class="text-[#0041E8]">Form thêm/sửa sản phẩm</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="bg-white rounded-[10px] shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
|
||||
|
||||
{% for _menu in page.product_menu %}
|
||||
<a role="tab" href="/?module=product&view=form&part={{ _menu.id }}"
|
||||
<a role="tab" href="/admin/product/form?id={{ page.product_info.id }}&part={{ _menu.id }}" title="{{ _menu.name }}"
|
||||
class="py-[7px] px-[15px] text-[#919699] block border-b-[1px] border-[#fafafb] {% if _menu.is_current == 1 %}bg-[#0041E8] text-[#fff]{% endif %}">
|
||||
{{ _menu.name }}
|
||||
</a>
|
||||
@@ -91,4 +91,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user