mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Add text
This commit is contained in:
		@@ -4,7 +4,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{% settings_value 'PART_SHOW_IMPORT' as show_import %}
 | 
					{% settings_value 'PART_SHOW_IMPORT' as show_import %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% include "sidebar_toggle.html" with target="sidetree" %}
 | 
					{% trans "Tree" as text %}
 | 
				
			||||||
 | 
					{% include "sidebar_toggle.html" with target="sidetree" text=text %}
 | 
				
			||||||
<a class="m-1"></a>
 | 
					<a class="m-1"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% trans "Subcategories" as text %}
 | 
					{% trans "Subcategories" as text %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,8 @@
 | 
				
			|||||||
{% settings_value "PART_INTERNAL_PRICE" as show_internal_price %}
 | 
					{% settings_value "PART_INTERNAL_PRICE" as show_internal_price %}
 | 
				
			||||||
{% settings_value 'PART_SHOW_RELATED' as show_related %}
 | 
					{% settings_value 'PART_SHOW_RELATED' as show_related %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% include "sidebar_toggle.html" with target="sidetree" %}
 | 
					{% trans "Tree" as text %}
 | 
				
			||||||
 | 
					{% include "sidebar_toggle.html" with target="sidetree" text=text %}
 | 
				
			||||||
<a class="m-1"></a>
 | 
					<a class="m-1"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% trans "Parameters" as text %}
 | 
					{% trans "Parameters" as text %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,4 @@
 | 
				
			|||||||
<a href="#" id='{{ target }}-toggle' class="list-group-item {{ target }}-list-group-item border-end d-inline-block text-truncate {{ target }}-toggle" data-bs-parent="#{{ target }}" style='display: none;'>
 | 
					<a href="#" id='{{ target }}-toggle' class="list-group-item {{ target }}-list-group-item border-end d-inline-block text-truncate {{ target }}-toggle" data-bs-parent="#{{ target }}" style='display: none;'>
 | 
				
			||||||
    <i class="bi bi-bootstrap"></i><span id='{{ target }}-toggle-icon' class='{{ target }}-item-icon fas fa-chevron-left'></span>
 | 
					    <i class="bi bi-bootstrap"></i><span id='{{ target }}-toggle-icon' class='{{ target }}-item-icon fas fa-chevron-left'></span>
 | 
				
			||||||
 | 
					    {% if text %}<span class='sidebar-item-text' style='display: none;'>{{ text }}</span>{% endif %}
 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user