Browse Source

Intégration app reduction

develop
Fabien Normand 3 years ago
parent
commit
1429e78c70
2 changed files with 10 additions and 1 deletions
  1. +2
    -0
      Resources/assets/app/adminlte/main/scss/_common.scss
  2. +8
    -1
      Resources/views/adminlte/crud/form.html.twig

+ 2
- 0
Resources/assets/app/adminlte/main/scss/_common.scss View File

cursor: not-allowed; cursor: not-allowed;
display: none; display: none;
} }

.hidden{display: none;}

+ 8
- 1
Resources/views/adminlte/crud/form.html.twig View File





{% block form_footer %} {% 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 %} {% endblock form_footer %}


{% block delete_form %} {% block delete_form %}

Loading…
Cancel
Save