0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-27 06:00:52 +00:00
kevinpapst_kimai2/app/Resources/views/macros/toolbar.html.twig
Kevin Papst 80d0dc2369
Timesheet toolbar ()
* add toolbar to timesheet 
* add customer filter 
* add project filter 
* add activity filter 
* add page size selector 
* added state filter 
* fixed csrf token names
* fixed typo
2018-01-05 09:30:22 +01:00

11 lines
190 B
Twig

{% macro start(columns) %}
<div class="box toolbar">
<div class="box-header">
<div class="row">
{% endmacro %}
{% macro end() %}
</div>
</div>
</div>
{% endmacro %}