@@ -70,3 +70,5 @@ table.fixedHeader-floating{margin-top: 0px !important;} | |||
cursor: not-allowed; | |||
display: none; | |||
} | |||
.hidden{display: none;} |
@@ -90,7 +90,14 @@ | |||
{% block form_footer %} | |||
& | |||
{% embed '@LcSov/adminlte/embed/form_footer.html.twig' %} | |||
{% block width %}8{% endblock %} | |||
{% block content %} | |||
{% for action in entity.actions %} | |||
{{ include(action.templatePath, { action: action }, with_context = false) }} | |||
{% endfor %} | |||
{% endblock %} | |||
{% endembed %} | |||
{% endblock form_footer %} | |||
{% block delete_form %} |