improved look and feel for toolbar in data tables

added tool links to data tables
This commit is contained in:
Kevin Papst
2018-01-05 20:27:02 +01:00
parent a7bee68b0b
commit 6b9fed69f1
9 changed files with 214 additions and 229 deletions

View File

@@ -1,9 +0,0 @@
{% import "macros/toolbar.html.twig" as toolbar %}
{{ toolbar.start() }}
{{ form_start(form) }}
<div class="box-body">
{{ form_widget(form) }}
</div>
{{ form_end(form) }}
{{ toolbar.end() }}