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:
9
app/Resources/views/default/_toolbar_form.html.twig
Normal file
9
app/Resources/views/default/_toolbar_form.html.twig
Normal 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() }}
|
||||
Reference in New Issue
Block a user