mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
14 lines
No EOL
717 B
Twig
14 lines
No EOL
717 B
Twig
<form method="post" action="{{ url("log_undo") }}" data-delete-form data-title="{% trans %}log.undo.confirm_title{% endtrans %}"
|
|
data-message="{% trans %}log.undo.confirm_message{% endtrans %}">
|
|
<input type="hidden" name="redirect_back" value="{{ app.request.uri }}">
|
|
<div id="part_list" class="" data-datatable data-settings='{{ datatable_settings(datatable) }}'>
|
|
<div class="card-body">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<h4>{% trans %}part_list.loading.caption{% endtrans %}</h4>
|
|
<h6>{% trans %}part_list.loading.message{% endtrans %}</h6>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form> |