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,11 @@
{% macro start(columns) %}
<div class="box toolbar">
<div class="box-header">
<div class="row">
{% endmacro %}
{% macro end() %}
</div>
</div>
</div>
{% endmacro %}