mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-22 10:59:31 +00:00
Put the filter menu into the accordion on part list
This commit is contained in:
parent
b464607793
commit
b52c61bfa3
4 changed files with 229 additions and 221 deletions
|
|
@ -1,12 +1,14 @@
|
|||
{% extends "base.html.twig" %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}parts_list.all.title{% endtrans %}
|
||||
{% trans %}parts_list.all.title{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "Parts/lists/_filter.html.twig" %}
|
||||
<div class="accordion mb-3">
|
||||
{% include "Parts/lists/_filter.html.twig" %}
|
||||
</div>
|
||||
|
||||
{% include "Parts/lists/_action_bar.html.twig" with {'url_options': {}} %}
|
||||
{% include "Parts/lists/_parts_list.html.twig" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue