Timesheet toolbar (#12)

* add toolbar to timesheet #11
* add customer filter #11
* add project filter #11
* add activity filter #11
* add page size selector #11
* added state filter #11
* fixed csrf token names
* fixed typo
This commit is contained in:
Kevin Papst
2018-01-05 09:30:22 +01:00
committed by GitHub
parent c9c82e767f
commit 80d0dc2369
20 changed files with 742 additions and 46 deletions

View File

@@ -0,0 +1,9 @@
{% 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() }}