mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	- Add template for filter lists - Filter lists now layout horizontally - Change flex-row to flex-wrap
		
			
				
	
	
		
			13 lines
		
	
	
		
			339 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			339 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% load i18n %}
 | 
						|
 | 
						|
<div id='attachment-buttons'>
 | 
						|
    <div class='btn-group' role='group'>
 | 
						|
        {% include "filter_list.html" with id="related" %}
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div class='dropzone' id='attachment-dropzone'>
 | 
						|
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
 | 
						|
 | 
						|
</table>
 | 
						|
</div> |