Update and delete multi timesheets and tags (#1240)
This commit is contained in:
13
templates/timesheet/layout-multi-update.html.twig
Normal file
13
templates/timesheet/layout-multi-update.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
{% set formEditTemplate = 'default/_form.html.twig' %}
|
||||
{% set formOptions = {
|
||||
'title': 'update_multiple'|trans({'%action%': 'action.edit'|trans, '%count%': dto.entities|length}),
|
||||
'form': form,
|
||||
} %}
|
||||
{% embed formEditTemplate with formOptions %}
|
||||
{% endembed %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user