mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
updates to item, item_group and website
This commit is contained in:
@@ -35,7 +35,11 @@
|
||||
<ul class="dropdown-menu">
|
||||
{% for child in page.child_items %}
|
||||
<li data-label="{{ child.label }}">
|
||||
<a href="{{ child.url }}" {{ child.target or '' }}>
|
||||
<a {% if child.indent %}
|
||||
style="padding-left:
|
||||
{{(int(child.indent)+1)*15 }}px"
|
||||
{% endif %}
|
||||
href="{{ child.url }}" {{ child.target or '' }}>
|
||||
{{ child.label }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user