mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-27 06:00:52 +00:00

* 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
11 lines
190 B
Twig
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 %}
|