timesheet export (#317)
* remove autocomplete for begin and end * fix minute display in timesheet-edit form * toolbar form label in separate row * added export action
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
{% elseif '#modal' in url %}
|
||||
data-toggle="modal" data-target="{{ url }}"
|
||||
{% endif %}
|
||||
{% if 'onclick:' in url %}
|
||||
onclick="{{ url|replace({'onclick:': ''}) }}"
|
||||
{% endif %}
|
||||
><i class="{{ icon|icon(icon) }}"></i></a>
|
||||
{% endfor -%}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user