mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
11 lines
No EOL
525 B
Twig
11 lines
No EOL
525 B
Twig
{% import "components/datatables.macro.html.twig" as datatables %}
|
|
|
|
<form method="post" action="{{ url("log_undo") }}"
|
|
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}
|
|
data-delete-title="{% trans %}log.undo.confirm_title{% endtrans %}"
|
|
data-delete-message="{% trans %}log.undo.confirm_message{% endtrans %}">
|
|
<input type="hidden" name="redirect_back" value="{{ app.request.uri }}">
|
|
|
|
{{ datatables.logDataTable(datatable) }}
|
|
|
|
</form> |